From 60427b66b297e0026f3130b36e79c257839e219b Mon Sep 17 00:00:00 2001 From: jstaerk Date: Mon, 13 Feb 2023 10:16:04 +0100 Subject: [PATCH] upgraded dependencies --- History.md | 1 + Mustang-CLI/pom.xml | 2 +- library/pom.xml | 4 ++-- validator/pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index dfc8eef43..c9a3427cf 100644 --- a/History.md +++ b/History.md @@ -7,6 +7,7 @@ - allow minimum profile without delivery date - allow prepaid amount in invoice class - toolchain.xml now only required on `mvn release:release` not already on `mvn package` +- upgraded dependencies jackson-databind from 2.13.4.1 to 2.14.2 and xmlunit-assertj from 2.9.0 to 2.9.1 2.6.0 "Joyeux Noël" ======= diff --git a/Mustang-CLI/pom.xml b/Mustang-CLI/pom.xml index 896390f91..3ea5c357f 100644 --- a/Mustang-CLI/pom.xml +++ b/Mustang-CLI/pom.xml @@ -59,7 +59,7 @@ org.xmlunit xmlunit-assertj - 2.9.0 + 2.9.1 diff --git a/library/pom.xml b/library/pom.xml index 212fb0791..e2aa8ba16 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -61,7 +61,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4.1 + 2.14.2 @@ -121,7 +121,7 @@ org.xmlunit xmlunit-assertj - 2.9.0 + 2.9.1 diff --git a/validator/pom.xml b/validator/pom.xml index 3ad1fffa9..f680b73da 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -109,7 +109,7 @@ org.xmlunit xmlunit-assertj - 2.9.0 + 2.9.1 test