From: Alain Kermis Date: Wed, 26 Jun 2024 12:19:22 +0000 (+0200) Subject: SONAR-22447 Upgrade org.xmlunit:xmlunit-matchers/core to 2.10.0 X-Git-Tag: 10.7.0.96327~403 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1db9a4072f9e81d4f3df271d67ba591d87b39629;p=sonarqube.git SONAR-22447 Upgrade org.xmlunit:xmlunit-matchers/core to 2.10.0 --- diff --git a/build.gradle b/build.gradle index 431eda40197..a4e4c5eb190 100644 --- a/build.gradle +++ b/build.gradle @@ -378,8 +378,8 @@ subprojects { entry 'junit-vintage-engine' } dependency 'org.junit-pioneer:junit-pioneer:2.2.0' - dependency 'org.xmlunit:xmlunit-core:2.9.1' - dependency 'org.xmlunit:xmlunit-matchers:2.9.1' + dependency 'org.xmlunit:xmlunit-core:2.10.0' + dependency 'org.xmlunit:xmlunit-matchers:2.10.0' dependency 'org.lz4:lz4-java:1.8.0' dependency 'net.lightbody.bmp:littleproxy:1.1.0-beta-bmp-17' dependency 'org.awaitility:awaitility:4.2.1'