Skip to content

Commit

Permalink
fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 24, 2023
1 parent f201bd6 commit fb55339
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 @@ -37,7 +37,7 @@ dependencies {
// compilation classpath (e.g. it is used as a transitive by a third-party library)
// then it should be declared as "api" here since we use useCompileClasspathVersions
// to make runtime classpath consistent with the compile one.
api("com.github.tomakehurst:wiremock-jre8:2.35.1")
api("com.github.tomakehurst:wiremock-jre8:3.0.1")
api("junit:junit:4.13.2")
api("net.bytebuddy:byte-buddy:1.14.10")
api("nl.jqno.equalsverifier:equalsverifier:3.15.3")
Expand Down

0 comments on commit fb55339

Please sign in to comment.