We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3b7e commit fcaf4f9Copy full SHA for fcaf4f9
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.1")
+ api("com.github.tomakehurst:wiremock-jre8:2.35.2")
41
api("io.mockk:mockk:1.13.7")
42
api("net.bytebuddy:byte-buddy:1.14.11")
43
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
0 commit comments