Skip to content

Commit

Permalink
Bump hamcrest.version from 2.1 to 2.2 in /api (#696)
Browse files Browse the repository at this point in the history
Bumps `hamcrest.version` from 2.1 to 2.2.

Updates `org.hamcrest:hamcrest-core` from 2.1 to 2.2
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.1...v2.2)

Updates `org.hamcrest:hamcrest` from 2.1 to 2.2
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.1...v2.2)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hamcrest:hamcrest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 9d0a0e2 commit 16cbb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>

<!-- Test Dependencies -->
<hamcrest.version>2.1</hamcrest.version>
<hamcrest.version>2.2</hamcrest.version>
<strimzi-test-container.version>0.106.0</strimzi-test-container.version>
<!-- System test image dependencies -->
<keycloak.image>quay.io/keycloak/keycloak:21.1</keycloak.image>
Expand Down

0 comments on commit 16cbb0b

Please sign in to comment.