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 3760a69aeb1 Upgrade guava 32.1.1-jre
3760a69aeb1 is described below
commit 3760a69aeb1cc66165cee020dcc78821b77533ab
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 17 14:50:34 2023 +0200
Upgrade guava 32.1.1-jre
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 340c0c7571f..12a9baae4f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -193,7 +193,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.0.1-jre</guava-version>
+ <guava-version>32.1.1-jre</guava-version>
<guice3-version>3.0</guice3-version>
<hadoop3-version>3.3.6</hadoop3-version>
<hamcrest-version>2.2</hamcrest-version>