You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/06/28 08:18:13 UTC

[camel] 03/03: Upgrade to Guava 32.0.1-jre

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

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0245ede2b304121c2de53c6f45ae9430e1dfb3a0
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jun 27 15:14:40 2023 +0200

    Upgrade to Guava 32.0.1-jre
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 14764df3f74..ee7cc003f79 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -194,7 +194,7 @@
         <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-protobuf-version>3.22.2</grpc-protobuf-version>
         <gson-version>2.10.1</gson-version>
-        <guava-version>32.0.0-jre</guava-version>
+        <guava-version>32.0.1-jre</guava-version>
         <guice3-version>3.0</guice3-version>
         <hadoop3-version>3.3.5</hadoop3-version>
         <hamcrest-version>2.2</hamcrest-version>