From d00e004622a1579ba4cb7ad8cf777069a194ab2d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Nov 2022 10:42:26 +0000 Subject: [PATCH] Add missing XMLUnit dependency management Closes gh-32998 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 8670e9c78779..f05c34ba9b63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1920,6 +1920,7 @@ bom { group("org.xmlunit") { modules = [ "xmlunit-assertj", + "xmlunit-assertj3", "xmlunit-core", "xmlunit-legacy", "xmlunit-matchers",