You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/04 07:47:02 UTC

[camel] branch main updated: Upgrade guava 32.1.2-jre

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 0bb4c10a000 Upgrade guava 32.1.2-jre
0bb4c10a000 is described below

commit 0bb4c10a000659ae05dc7775e313820d868b0ddc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 09:46:53 2023 +0200

    Upgrade guava 32.1.2-jre
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 83705a05445..3e2eb7006f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -189,7 +189,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.1-jre</guava-version>
+        <guava-version>32.1.2-jre</guava-version>
         <guice3-version>3.0</guice3-version>
         <hadoop3-version>3.3.6</hadoop3-version>
         <hamcrest-version>2.2</hamcrest-version>