We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1288c4 commit 54e7009Copy full SHA for 54e7009
maven-plugin/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1'
22
23
testImplementation 'junit:junit:4.13.2'
24
- testImplementation 'org.hamcrest:hamcrest-core:2.2'
+ testImplementation 'org.hamcrest:hamcrest-core:3.0'
25
testImplementation 'io.takari.maven.plugins:takari-plugin-testing:3.0.3'
26
testImplementation 'io.takari.maven.plugins:takari-plugin-integration-testing:3.0.3'
27
testImplementation 'org.assertj:assertj-core:3.26.3'
0 commit comments