]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22447 Moved from hamcrest-all to hamcrest plus major version bump
authorMatteo Mara <matteo.mara@sonarsource.com>
Mon, 1 Jul 2024 12:00:29 +0000 (14:00 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 4 Jul 2024 20:02:36 +0000 (20:02 +0000)
build.gradle
server/sonar-ce-common/build.gradle
server/sonar-webserver-core/build.gradle

index d209625b471d09c58844079d5f6cf4cafd8e9cd9..f969847968f90c6ad095aae84d0e57674c14e4c4 100644 (file)
@@ -436,7 +436,7 @@ subprojects {
       dependency "org.codelibs.elasticsearch.module:analysis-common:7.17.22"
       dependency "org.codelibs.elasticsearch.module:reindex:7.17.22"
       dependency 'org.tmatesoft.svnkit:svnkit:1.10.11'
-      dependency 'org.hamcrest:hamcrest-all:1.3'
+      dependency 'org.hamcrest:hamcrest:2.2'
       dependency 'org.jsoup:jsoup:1.17.2'
       dependency 'org.mindrot:jbcrypt:0.4'
       dependency('org.mockito:mockito-core:5.12.0') {
index f011ec9da60865ed5aec976be876f7eb916af6e1..b0bef68d6f73c106f5823c54745b83b3a03ee499 100644 (file)
@@ -49,7 +49,7 @@ dependencies {
   testImplementation 'org.apache.logging.log4j:log4j-core'
   testImplementation 'org.assertj:assertj-core'
   testImplementation 'org.assertj:assertj-guava'
-  testImplementation 'org.hamcrest:hamcrest-all'
+  testImplementation 'org.hamcrest:hamcrest'
   testImplementation 'org.junit.jupiter:junit-jupiter-api'
   testImplementation 'org.mockito:mockito-core'
   testImplementation project(':sonar-plugin-api-impl')
index 390aa4b6a1d2e00ce6c6ae89880cd99db90bec0f..73e839ac0f126f7b2b0e4ca559ef45471ec12246 100644 (file)
@@ -67,7 +67,7 @@ dependencies {
   testImplementation 'org.assertj:assertj-guava'
   testImplementation 'org.eclipse.jetty:jetty-server'
   testImplementation 'org.eclipse.jetty:jetty-servlet'
-  testImplementation 'org.hamcrest:hamcrest-all'
+  testImplementation 'org.hamcrest:hamcrest'
   testImplementation 'org.junit.jupiter:junit-jupiter-api'
   testImplementation 'org.mockito:mockito-core'
   testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures'