From c454d2c1676b0088c50645b778ab5c82c610a950 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 20 Dec 2021 10:43:05 +0100 Subject: [PATCH] Bump snakeyaml from 1.26 to 1.30 --- pmd-apex-jorje/pom.xml | 2 +- pmd-doc/pom.xml | 1 - pom.xml | 5 +++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pmd-apex-jorje/pom.xml b/pmd-apex-jorje/pom.xml index b8965b89e1..d163aebdfd 100644 --- a/pmd-apex-jorje/pom.xml +++ b/pmd-apex-jorje/pom.xml @@ -117,7 +117,7 @@ org.yaml snakeyaml - 1.26 + aopalliance diff --git a/pmd-doc/pom.xml b/pmd-doc/pom.xml index 005c671b01..525890a786 100644 --- a/pmd-doc/pom.xml +++ b/pmd-doc/pom.xml @@ -98,7 +98,6 @@ org.yaml snakeyaml - 1.26 diff --git a/pom.xml b/pom.xml index e3592cbd53..53600d52f8 100644 --- a/pom.xml +++ b/pom.xml @@ -724,6 +724,11 @@ gson 2.8.9 + + org.yaml + snakeyaml + 1.30 +