Skip to content

Commit

Permalink
Bump hamcrest.version from 2.2 to 3.0
Browse files Browse the repository at this point in the history
Bumps `hamcrest.version` from 2.2 to 3.0.

Updates `org.hamcrest:hamcrest-core` 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)

Updates `org.hamcrest:hamcrest-library` 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
- dependency-name: org.hamcrest:hamcrest-library
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lukas-krecan committed Aug 2, 2024
1 parent d3e5259 commit ed689a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<jackson2.version>2.17.2</jackson2.version>
<moshi.version>1.15.1</moshi.version>
<gson.version>2.11.0</gson.version>
<hamcrest.version>2.2</hamcrest.version>
<hamcrest.version>3.0</hamcrest.version>
<johnzon.version>1.2.21</johnzon.version>
<geronimo.jsonp.version>1.5</geronimo.jsonp.version>
<jsonorg.version>20240303</jsonorg.version>
Expand Down

0 comments on commit ed689a4

Please sign in to comment.