Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.12.18 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2022
1 parent a06de5c commit 0a2995e
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 @@ -50,7 +50,7 @@ dependencies {
}
implementation("io.vertx:vertx-core:$vertxVersion")
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
compileOnly("net.bytebuddy:byte-buddy:1.12.17")
compileOnly("net.bytebuddy:byte-buddy:1.12.18")

//implementation("com.google.code.gson:gson:$gsonVersion")
implementation(files("../.ext/gson-2.8.6-SNAPSHOT.jar"))
Expand Down

0 comments on commit 0a2995e

Please sign in to comment.