We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c73c83 commit 1e0a688Copy full SHA for 1e0a688
testing/wiremock-shaded-for-testing/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
dependencies {
7
// If tests fail when updating this, update the list of relocate based on any
8
// class conflict reported in the failure.
9
- implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
+ implementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
10
implementation("com.google.errorprone:error_prone_annotations")
11
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
12
}
0 commit comments