Skip to content

Commit 0590031

Browse files
committed
Update ByteBuddy for Java 24 support
1 parent 1628c98 commit 0590031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configurations {
2929
}
3030

3131
dependencies {
32-
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.14.17'
32+
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.15.4'
3333
// byte buddy contains references to jna classes and without them the r8Jar step fails
3434
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
3535

0 commit comments

Comments
 (0)