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 97a107ea741 chore(deps-dev): Bump com.google.guava:guava (#16585) 97a107ea741 is described below commit 97a107ea741b428a3b64548787820ba57b44dec3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 17 08:45:32 2024 +0100 chore(deps-dev): Bump com.google.guava:guava (#16585) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development 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 cfb8de812b3..8bd15dd8b00 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -203,7 +203,7 @@ <grpc-java-jwt-version>4.4.0</grpc-java-jwt-version> <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version> <gson-version>2.11.0</gson-version> - <guava-version>33.3.1-jre</guava-version> + <guava-version>33.4.0-jre</guava-version> <guice3-version>3.0</guice3-version> <h2-version>2.3.232</h2-version> <hadoop3-version>3.4.1</hadoop3-version>