This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d697a077fec chore(deps): Bump org.hamcrest:hamcrest from 2.2 to 3.0
(#15008)
d697a077fec is described below
commit d697a077fec2cad8564c0bd0ecbea83e0cad103b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 10:29:58 2024 +0200
chore(deps): Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#15008)
Bumps [org.hamcrest:hamcrest](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
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
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 12348ba5b83..69986bcdeb3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
<guava-version>33.2.1-jre</guava-version>
<guice3-version>3.0</guice3-version>
<hadoop3-version>3.4.0</hadoop3-version>
- <hamcrest-version>2.2</hamcrest-version>
+ <hamcrest-version>3.0</hamcrest-version>
<hapi-version>2.5.1</hapi-version>
<hapi-base-version>2.5.1</hapi-base-version>
<hapi-fhir-version>7.2.2</hapi-fhir-version>