]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22447 Upgrade org.xmlunit:xmlunit-matchers/core to 2.10.0
authorAlain Kermis <alain.kermis@sonarsource.com>
Wed, 26 Jun 2024 12:19:22 +0000 (14:19 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 1 Jul 2024 20:03:09 +0000 (20:03 +0000)
build.gradle

index 431eda40197ba9becd9043fa5932ef602d3f973a..a4e4c5eb19023904aa4da4780a294cf7a0bd0707 100644 (file)
@@ -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'