diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 3d39d4e9cfc2..a405a6aada7e 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -191,6 +191,7 @@
0.32-1
1.6.3
1.4.01
+ 2.3.0
3.0.0
1.5.0
@@ -2442,6 +2443,11 @@
webjars-locator
${webjars-locator.version}
+
+ org.xmlunit
+ xmlunit-core
+ ${xmlunit.version}
+
org.yaml
snakeyaml
diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml
index e768cb892595..7ec539635407 100644
--- a/spring-boot-starters/spring-boot-starter-test/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-test/pom.xml
@@ -73,6 +73,10 @@
org.springframework
spring-test
+
+ org.xmlunit
+ xmlunit-core
+