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

commit 9f1dad3c74467f1e917dd32d757ac89746002b6c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 3 22:10:31 2022 +0100

    Upgrade guava
---
 components/camel-openstack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-openstack/pom.xml 
b/components/camel-openstack/pom.xml
index 73b37c6..e2e16bd 100644
--- a/components/camel-openstack/pom.xml
+++ b/components/camel-openstack/pom.xml
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>29.0-jre</version>
+            <version>31.0.1-jre</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

Reply via email to