From b009b9de894e68eb69002bcfd87fc92f616176ef Mon Sep 17 00:00:00 2001 From: monusingh-1 Date: Mon, 19 Jun 2023 10:05:47 +0530 Subject: [PATCH] Update snakeyaml version Signed-off-by: monusingh-1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f5d0195..a9819817 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,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' } }