We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a070c30 commit 727439aCopy full SHA for 727439a
services/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
61
compileOnly("io.vertx:vertx-core:$vertxVersion")
62
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
63
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
64
- compileOnly("net.bytebuddy:byte-buddy:1.12.19") //tied to SkyWalking agent version
+ compileOnly("net.bytebuddy:byte-buddy:1.15.5") //tied to SkyWalking agent version
65
compileOnly(projectDependency(":common"))
66
67
//implementation("com.google.code.gson:gson:$gsonVersion")
0 commit comments