This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 7a27e831f7 Bump hamcrest.version from 2.2 to 3.0 7a27e831f7 is described below commit 7a27e831f763f90e7c5498582fec4fb39dd53406 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 1 21:33:25 2024 +0000 Bump hamcrest.version from 2.2 to 3.0 Bumps `hamcrest.version` from 2.2 to 3.0. Updates `org.hamcrest:hamcrest` 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) 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](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db7dd6bc36..3387fc9a83 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ <certificate.generator.version>0.7.1</certificate.generator.version> <consul-client.version>${consul-client-version}</consul-client.version> <ftpserver.version>${ftpserver-version}</ftpserver.version> - <hamcrest.version>2.2</hamcrest.version><!-- Awaitility and Wiremock --> + <hamcrest.version>3.0</hamcrest.version><!-- Awaitility and Wiremock --> <htmlunit-driver.version>4.13.0</htmlunit-driver.version> <pdfbox.version>${pdfbox-version}</pdfbox.version> <sshd.version>2.12.1</sshd.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->