From f5580c586ce31626e4af6775bc72b38e05e16653 Mon Sep 17 00:00:00 2001 From: Rishabh Maurya Date: Thu, 22 Jun 2023 14:42:08 -0700 Subject: [PATCH] Update snakeyaml to version 2.0 Signed-off-by: Rishabh Maurya --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f175a018..fa5f9e2a7 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' } }