From 59b1483178ac94998e93cb01a6b9d75d9be15c73 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:00:49 -0700 Subject: [PATCH] Update snakeyaml to version 2.0 (#819) (#820) Signed-off-by: Rishabh Maurya (cherry picked from commit b65cb388152e8111fdb62aee3674f757614f7a51) Co-authored-by: Rishabh Maurya --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87119871a..b3ba357f4 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ configurations.all { force 'org.apache.httpcomponents.client5:httpclient5:5.0.3' force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3' force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" - force 'org.yaml:snakeyaml:1.32' + force 'org.yaml:snakeyaml:2.0' force 'org.codehaus.plexus:plexus-utils:3.0.24' // This is required as the core test framework updated to depend on a newer version and conflicts with the version used by mockito force "net.bytebuddy:byte-buddy:1.14.3"