Skip to content

Commit

Permalink
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and Brutus5000 committed Nov 22, 2024
1 parent 51e2214 commit 751ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonapi-converter = { module = "com.github.jasminb:jsonapi-converter", version =
q-builders = { module = "com.github.rutledgepaulv:q-builders", version = "1.6" }

junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.3" }
hamcrest-core = { module = "org.hamcrest:hamcrest-core", version = "2.2" }
hamcrest-core = { module = "org.hamcrest:hamcrest-core", version = "3.0" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
Expand Down

0 comments on commit 751ff04

Please sign in to comment.