We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c526ce7 + 72d54b9 commit ad8d35bCopy full SHA for ad8d35b
services/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
isTransitive = false
23
}
24
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
25
- compileOnly("net.bytebuddy:byte-buddy:1.12.7")
+ compileOnly("net.bytebuddy:byte-buddy:1.12.8")
26
27
implementation("com.google.code.gson:gson:$gsonVersion")
28
implementation("org.springframework:spring-expression:5.3.15")
0 commit comments