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 06b44222711 chore(deps): Bump com.github.ben-manes.caffeine:caffeine (#16856) 06b44222711 is described below commit 06b44222711cd0b3a406f56526d2c6b0c709c5ed Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 20 09:45:31 2025 +0100 chore(deps): Bump com.github.ben-manes.caffeine:caffeine (#16856) Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.8 to 3.2.0. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.8...v3.2.0) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-type: direct:production update-type: version-update:semver-minor ... 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 29db90a47a3..05a3868e968 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -87,7 +87,7 @@ <build-helper-maven-plugin-version>3.6.0</build-helper-maven-plugin-version> <bytebuddy-version>1.16.1</bytebuddy-version> <c3p0-version>0.10.1</c3p0-version> - <caffeine-version>3.1.8</caffeine-version> + <caffeine-version>3.2.0</caffeine-version> <californium-version>3.13.0</californium-version> <californium-scandium-version>3.11.0</californium-scandium-version> <camunda-version>7.22.0</camunda-version>