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') {
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')
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'