aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Kermis <alain.kermis@sonarsource.com>2024-06-26 14:19:22 +0200
committersonartech <sonartech@sonarsource.com>2024-07-01 20:03:09 +0000
commit1db9a4072f9e81d4f3df271d67ba591d87b39629 (patch)
tree8616c89a6f455d8645761ecb4e44ba40d02aa4fe
parent60e88b3f179bb5b35a402c3ff7154437321dabde (diff)
downloadsonarqube-1db9a4072f9e81d4f3df271d67ba591d87b39629.tar.gz
sonarqube-1db9a4072f9e81d4f3df271d67ba591d87b39629.zip
SONAR-22447 Upgrade org.xmlunit:xmlunit-matchers/core to 2.10.0
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
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'