From 0ab9d185b9de15ccbc265c6dc5c02e84a3b427ab Mon Sep 17 00:00:00 2001 From: Vitor Moreira Date: Tue, 6 Sep 2022 16:04:23 +0100 Subject: [PATCH] ACS-3492: bump snakeyaml version to 1.31 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index fdbae510..043cb9aa 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,11 @@ junit ${dependency.junit.version} + + org.yaml + snakeyaml + 1.31 +