Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x: Upgrade ASM to 9.7.1 and Byte Buddy to 1.15.10 #9572

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
<version>${version.plugin.hibernate.enhance}</version>
<dependencies>
<dependency>
<!-- Force upgrade byte-buddy for Java 21. -->
<!-- Remove after upgrading to Hibernate -->
<!-- Force upgrade byte-buddy for latest Java -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<version.lib.annotation-api>1.3.5</version.lib.annotation-api>
<version.lib.brave-opentracing>1.0.0</version.lib.brave-opentracing>
<version.lib.reactivestreams>1.0.4</version.lib.reactivestreams>
<!-- Force upgrade byte-buddy for Java 23. Remove after upgrading hibernate -->
<version.lib.byte-buddy>1.14.18</version.lib.byte-buddy>
<!-- Force upgrade byte-buddy latest Java -->
<version.lib.byte-buddy>1.15.10</version.lib.byte-buddy>
<version.lib.commons-logging>1.2</version.lib.commons-logging>
<version.lib.cron-utils>9.2.1</version.lib.cron-utils>
<version.lib.dropwizard.metrics>4.1.2</version.lib.dropwizard.metrics>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Changing these version requires approval for a new third party dependency!
-->
<version.lib.arquillian>1.7.0.Alpha10</version.lib.arquillian>
<version.lib.asm>6.0</version.lib.asm>
<version.lib.asm>9.7.1</version.lib.asm>
<version.lib.checkstyle>9.1</version.lib.checkstyle>
<version.lib.commons-io>2.11.0</version.lib.commons-io>
<version.lib.groovy-all>2.4.14</version.lib.groovy-all>
Expand Down Expand Up @@ -631,8 +631,7 @@
<version>${version.plugin.hibernate-enhance}</version>
<dependencies>
<dependency>
<!-- Force upgrade byte-buddy for Java 21. -->
<!-- Remove after upgrading -->
<!-- Force upgrade byte-buddy for latest Java -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
Expand Down
Loading