Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent a070c30 commit adf6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
compileOnly("io.vertx:vertx-core:$vertxVersion")
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
compileOnly("net.bytebuddy:byte-buddy:1.12.19") //tied to SkyWalking agent version
compileOnly("net.bytebuddy:byte-buddy:1.15.4") //tied to SkyWalking agent version
compileOnly(projectDependency(":common"))

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

0 comments on commit adf6f8f

Please sign in to comment.