From 5b01e61ffd590f155c4842045b540c06b66c62de Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:46:59 +0530 Subject: [PATCH] Update snakeyaml to version 2.0 (#861) Signed-off-by: Monu Singh (cherry picked from commit e3256ebf6d556c8f6c7612a30d8737cb443b564c) Co-authored-by: Monu Singh (cherry picked from commit ac0242700c7c5569964d40905602ca4e3146f38e) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 776968e6..2d2bbcfc 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,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:2.13.4.2' - force 'org.yaml:snakeyaml:1.32' + force 'org.yaml:snakeyaml:2.0' force 'org.codehaus.plexus:plexus-utils:3.0.24' } }