fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2

This commit is contained in:
Mend Renovate
2025-02-10 10:39:46 +00:00
committed by Vladimir Sitnikov
parent 30b3b7ef36
commit 6d39ac6e69

View File

@ -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.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")