From 047fa0168499da6b0a089cc144e708e85a9b8266 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Nov 2023 11:33:22 +0000 Subject: [PATCH] fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.1 --- src/bom-testing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")