We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e58d4b commit f23600aCopy full SHA for f23600a
src/bom-testing/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
// compilation classpath (e.g. it is used as a transitive by a third-party library)
38
// then it should be declared as "api" here since we use useCompileClasspathVersions
39
// to make runtime classpath consistent with the compile one.
40
- api("com.github.tomakehurst:wiremock-jre8:2.35.2")
+ api("com.github.tomakehurst:wiremock-jre8:3.0.1")
41
api("io.mockk:mockk:1.13.17")
42
api("net.bytebuddy:byte-buddy:1.14.11")
43
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
0 commit comments