Skip to content

Commit 727439a

Browse files
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.5
1 parent a070c30 commit 727439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
compileOnly("io.vertx:vertx-core:$vertxVersion")
6262
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
6363
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
64-
compileOnly("net.bytebuddy:byte-buddy:1.12.19") //tied to SkyWalking agent version
64+
compileOnly("net.bytebuddy:byte-buddy:1.15.5") //tied to SkyWalking agent version
6565
compileOnly(projectDependency(":common"))
6666

6767
//implementation("com.google.code.gson:gson:$gsonVersion")

0 commit comments

Comments
 (0)