diff --git a/History.md b/History.md
index dfc8eef4..c9a3427c 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 896390f9..3ea5c357 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 212fb079..e2aa8ba1 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 3ad1fffa..f680b73d 100644
--- a/validator/pom.xml
+++ b/validator/pom.xml
@@ -109,7 +109,7 @@
org.xmlunit
xmlunit-assertj
- 2.9.0
+ 2.9.1
test