From 01d9cbd7115ae89dd2f2abab05f0059778d3ddf8 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Wed, 14 Sep 2022 17:52:56 +0200 Subject: [PATCH] upgrade snakeyaml BOM override - but it still has a vulnerability, not relevant for us, though --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4ffa0b4c..dbea849e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Spring BOM overrides postgresql.version = 42.4.1 -snakeyaml.version = 1.31 +snakeyaml.version = 1.32 # TODO: can be removed if all dependencies are JDK 16 compliant, check with `gw clean check` # and check output for "cannot access class ... because module jdk.compiler does not export ..."