Skip to content

Commit

Permalink
Bump org.hamcrest:hamcrest from 2.2 to 3.0
Browse files Browse the repository at this point in the history
Bumps [org.hamcrest:hamcrest](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
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 7, 2024
1 parent 8819fe3 commit 3813407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
annotationProcessor 'info.picocli:picocli-codegen:4.7.6'
compileOnly "org.graalvm.nativeimage:svm:${graalvmVersion}"

testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.hamcrest:hamcrest:3.0"
testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}"
testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}"
testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.hamcrest:hamcrest:3.0"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation("com.github.stefanbirkner:system-rules:1.19.0") {
exclude group: 'junit', module: 'junit-dep'
Expand Down

0 comments on commit 3813407

Please sign in to comment.