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 7b44a68 commit e20b15dCopy full SHA for e20b15d
testing/wiremock-shaded-for-testing/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
// class conflict reported in the failure.
9
implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
10
implementation("com.google.errorprone:error_prone_annotations")
11
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
12
}
13
14
tasks {
0 commit comments