We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0590031 commit 072458fCopy full SHA for 072458f
build.gradle
@@ -29,7 +29,7 @@ configurations {
29
}
30
31
dependencies {
32
- implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.15.4'
+ implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.17.2'
33
// byte buddy contains references to jna classes and without them the r8Jar step fails
34
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
35
0 commit comments