We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac40495 commit 800ed3fCopy full SHA for 800ed3f
jabel-javac-plugin/build.gradle
@@ -6,8 +6,8 @@ plugins {
6
sourceCompatibility = targetCompatibility = 8
7
8
dependencies {
9
- implementation 'net.bytebuddy:byte-buddy:1.11.2'
10
- implementation 'net.bytebuddy:byte-buddy-agent:1.11.1'
+ implementation 'net.bytebuddy:byte-buddy:1.11.21'
+ implementation 'net.bytebuddy:byte-buddy-agent:1.11.21'
11
implementation 'net.java.dev.jna:jna:5.9.0'
12
}
13
0 commit comments