From 9744b1da4d8a7817bedf32159da04d642c6f33b5 Mon Sep 17 00:00:00 2001 From: alandavis Date: Thu, 15 Sep 2022 07:00:22 +0100 Subject: [PATCH] HXENG-64 dependency snakeyaml 1.30 -> 1.32 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 17152b70e0..a9bf44e14c 100644 --- a/pom.xml +++ b/pom.xml @@ -516,6 +516,11 @@ jackson-dataformat-yaml ${dependency.jackson.version} + + org.yaml + snakeyaml + 1.32 + com.fasterxml.jackson.core jackson-annotations