Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Nov 24, 2023
1 parent 047fa01 commit 367c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bom-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
// to make runtime classpath consistent with the compile one.
api("com.github.tomakehurst:wiremock-jre8:2.35.1")
api("junit:junit:4.13.2")
api("net.bytebuddy:byte-buddy:1.14.5")
api("net.bytebuddy:byte-buddy:1.14.10")
api("nl.jqno.equalsverifier:equalsverifier:3.14.3")
// activemq-all should not be used as it provides secondary slf4j binding
api("org.apache.activemq:activemq-broker:5.16.6")
Expand Down

0 comments on commit 367c065

Please sign in to comment.