Skip to content

Commit fcaf4f9

Browse files
committed
fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2
1 parent 30b3b7e commit fcaf4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bom-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.1")
40+
api("com.github.tomakehurst:wiremock-jre8:2.35.2")
4141
api("io.mockk:mockk:1.13.7")
4242
api("net.bytebuddy:byte-buddy:1.14.11")
4343
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")

0 commit comments

Comments
 (0)