This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3_0_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit 905000cd461fd20fe7b8a740f2a1071b856ec96c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 23 09:51:38 2024 +0100 Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 (#367) Bumps [org.hamcrest:hamcrest-library](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](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-library dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 447a32c23..84f91d450 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -36,7 +36,7 @@ <commons.compress.version>1.26.2</commons.compress.version> <cryptacular.version>1.2.6</cryptacular.version> <ehcache.version>3.10.8</ehcache.version> - <hamcrest.version>2.2</hamcrest.version> + <hamcrest.version>3.0</hamcrest.version> <jakarta.mail.api.version>2.1.3</jakarta.mail.api.version> <jasypt.version>1.9.3</jasypt.version> <jaxb-runtime.version>3.0.2</jaxb-runtime.version>