We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d94b0 commit aace239Copy full SHA for aace239
services/build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
isTransitive = false
49
}
50
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
51
- compileOnly("net.bytebuddy:byte-buddy:1.12.12")
+ compileOnly("net.bytebuddy:byte-buddy:1.12.13")
52
53
//implementation("com.google.code.gson:gson:$gsonVersion")
54
implementation(files("../.ext/gson-2.8.6-SNAPSHOT.jar"))
0 commit comments