From ed780856edaac2e0fd00ac736c267c82eb8015ab Mon Sep 17 00:00:00 2001 From: normanj-bitquill <78755797+normanj-bitquill@users.noreply.github.com> Date: Fri, 21 Oct 2022 13:17:27 -0700 Subject: [PATCH] Update SnakeYAML to 1.33 Updated SnakeYAML to 1.33 to address CVE-2022-25857 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7c9f0f3d..5e752e50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ googleLintVersion = 1.7 guavaVersion = 28.2-jre lang3Version = 3.0 nexusDomain = http://localhost:8081/nexus -snakeYamlVersion = 1.29 +snakeYamlVersion = 1.33 # to disable publication of both SHA-256 and SHA-512 checksums which causes error in maven release systemProp.org.gradle.internal.publish.checksums.insecure = true