Browse Source

Upgrade to XmlUnit2 2.10.4

Closes gh-47238
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
a9319d6047
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2518,7 +2518,7 @@ bom {
releaseNotes("https://github.com/mojohaus/xml-maven-plugin/releases/tag/{version}") releaseNotes("https://github.com/mojohaus/xml-maven-plugin/releases/tag/{version}")
} }
} }
library("XmlUnit2", "2.10.3") { library("XmlUnit2", "2.10.4") {
group("org.xmlunit") { group("org.xmlunit") {
modules = [ modules = [
"xmlunit-assertj", "xmlunit-assertj",

Loading…
Cancel
Save