Skip to content

Commit

Permalink
Update byte-buddy for Java 20 + 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jun 28, 2023
1 parent e7c793c commit 38e6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ configurations {
}

dependencies {
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.12.19'
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.14.5'
// byte buddy contains references to jna classes and without them the r8Jar step fails
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'

Expand Down

0 comments on commit 38e6c24

Please sign in to comment.