We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8614b7f commit 2fb6a40Copy full SHA for 2fb6a40
services/build.gradle.kts
@@ -57,7 +57,7 @@ dependencies {
57
compileOnly("io.vertx:vertx-core:$vertxVersion")
58
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
59
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
60
- compileOnly("net.bytebuddy:byte-buddy:1.12.18")
+ compileOnly("net.bytebuddy:byte-buddy:1.12.19")
61
compileOnly(projectDependency(":common"))
62
63
//implementation("com.google.code.gson:gson:$gsonVersion")
0 commit comments