From 42cd2dbc0d4681987f374de65be3a0680cafce55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:13:44 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.19.1 --- testing/wiremock-shaded-for-testing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/wiremock-shaded-for-testing/build.gradle.kts b/testing/wiremock-shaded-for-testing/build.gradle.kts index 573122a7b848..d1b1ca5cc2e5 100644 --- a/testing/wiremock-shaded-for-testing/build.gradle.kts +++ b/testing/wiremock-shaded-for-testing/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { // class conflict reported in the failure. implementation("com.github.tomakehurst:wiremock-jre8:2.35.2") implementation("com.google.errorprone:error_prone_annotations") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1") } tasks {