Skip to content

Commit f23600a

Browse files
committed
fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v3
1 parent 6e58d4b commit f23600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bom-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
// compilation classpath (e.g. it is used as a transitive by a third-party library)
3838
// then it should be declared as "api" here since we use useCompileClasspathVersions
3939
// to make runtime classpath consistent with the compile one.
40-
api("com.github.tomakehurst:wiremock-jre8:2.35.2")
40+
api("com.github.tomakehurst:wiremock-jre8:3.0.1")
4141
api("io.mockk:mockk:1.13.17")
4242
api("net.bytebuddy:byte-buddy:1.14.11")
4343
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")

0 commit comments

Comments
 (0)