diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts index 25bf1357a54..c43f97611ea 100644 --- a/src/bom-testing/build.gradle.kts +++ b/src/bom-testing/build.gradle.kts @@ -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.0") + api("com.github.tomakehurst:wiremock-jre8:2.35.1") api("junit:junit:4.13.2") api("net.bytebuddy:byte-buddy:1.14.5") api("nl.jqno.equalsverifier:equalsverifier:3.14.3")