Skip to content

Commit e20b15d

Browse files
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.19.1 (#14260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b44a68 commit e20b15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/wiremock-shaded-for-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// class conflict reported in the failure.
99
implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
1010
implementation("com.google.errorprone:error_prone_annotations")
11-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
11+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
1212
}
1313

1414
tasks {

0 commit comments

Comments
 (0)