You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2023/12/21 14:49:01 UTC

(camel) branch main updated: Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

This is an automated email from the ASF dual-hosted git repository.

apupier 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 3a221ffe1c4 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
3a221ffe1c4 is described below

commit 3a221ffe1c42b9b62bf679854eb8e63e1de68d25
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 21 09:17:45 2023 +0000

    Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
    
    Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.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-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8fb68842ac7..6b4a354bdea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -188,7 +188,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.10.1</gson-version>
-        <guava-version>32.1.3-jre</guava-version>
+        <guava-version>33.0.0-jre</guava-version>
         <guice3-version>3.0</guice3-version>
         <hadoop3-version>3.3.6</hadoop3-version>
         <hamcrest-version>2.2</hamcrest-version>