fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index b48b40f..ec415bb 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -37,7 +37,7 @@
         // 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:2.35.2")
         api("io.mockk:mockk:1.13.7")
         api("net.bytebuddy:byte-buddy:1.14.11")
         api("nl.jqno.equalsverifier:equalsverifier:3.15.5")