We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad06a0b commit 603ae18Copy full SHA for 603ae18
jabel-javac-plugin/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
sourceCompatibility = targetCompatibility = 8
7
8
dependencies {
9
- implementation platform('net.bytebuddy:byte-buddy-parent:1.14.9')
+ implementation platform('net.bytebuddy:byte-buddy-parent:1.14.12')
10
implementation 'net.bytebuddy:byte-buddy'
11
implementation 'net.bytebuddy:byte-buddy-agent'
12
implementation 'net.java.dev.jna:jna:5.13.0'
0 commit comments