Skip to content

Commit 54e7009

Browse files
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (#755)
Bumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1288c4 commit 54e7009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1'
2222

2323
testImplementation 'junit:junit:4.13.2'
24-
testImplementation 'org.hamcrest:hamcrest-core:2.2'
24+
testImplementation 'org.hamcrest:hamcrest-core:3.0'
2525
testImplementation 'io.takari.maven.plugins:takari-plugin-testing:3.0.3'
2626
testImplementation 'io.takari.maven.plugins:takari-plugin-integration-testing:3.0.3'
2727
testImplementation 'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)