From c8915ffc3c76750c7c795225fe17db162dff43a5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 15 Nov 2023 09:29:57 -0800 Subject: [PATCH] Upgrade snakeYAML dependency. Dependabot is very nervous about < 2.0 versions. Fortunately we seem to be able to use 2.0 with no code changes. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d802e9..ee72363 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.yaml snakeyaml - 1.26 + 2.0 test