diff options
author | Alain Kermis <alain.kermis@sonarsource.com> | 2024-06-26 14:19:22 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-01 20:03:09 +0000 |
commit | 1db9a4072f9e81d4f3df271d67ba591d87b39629 (patch) | |
tree | 8616c89a6f455d8645761ecb4e44ba40d02aa4fe | |
parent | 60e88b3f179bb5b35a402c3ff7154437321dabde (diff) | |
download | sonarqube-1db9a4072f9e81d4f3df271d67ba591d87b39629.tar.gz sonarqube-1db9a4072f9e81d4f3df271d67ba591d87b39629.zip |
SONAR-22447 Upgrade org.xmlunit:xmlunit-matchers/core to 2.10.0
-rw-r--r-- | build.gradle | 4 |
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' |