Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent eb42eed commit d12b36e
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.14.6") //tied to SkyWalking agent version
compileOnly(projectDependency(":common"))

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

0 comments on commit d12b36e

Please sign in to comment.