Skip to content

Commit 072458f

Browse files
committed
Update to the very latest ByteBuddy while we're here
1 parent 0590031 commit 072458f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.15.4'
32+
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.17.2'
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)