Skip to content

Commit

Permalink
[Java] Upgrade to ByteBuddy 1.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 30, 2025
1 parent 37325cb commit cc078c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ subprojects {
systemProperties(
'agrona.disable.bounds.checks': 'false',
'agrona.strict.alignment.checks': 'true',
'net.bytebuddy.experimental': 'true',
'net.bytebuddy.processor': 'ASM_ONLY')
'net.bytebuddy.experimental': 'true')

javaLauncher.set(toolchainLauncher)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
bnd = "7.1.0"
byteBuddy = "1.16.1"
byteBuddy = "1.17.0"
checkstyle = "10.21.2"
commons-codec = "1.15"
commons-lang3 = "3.8.1"
Expand Down

0 comments on commit cc078c4

Please sign in to comment.