This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-winegrower.git
The following commit(s) were added to refs/heads/master by this push:
new 6fa5dd7 Upgrade to Guava 29.0-jre
6fa5dd7 is described below
commit 6fa5dd7a21cea9ab6d5c094175cf9a6999882320
Author: jbonofre <[email protected]>
AuthorDate: Mon Aug 31 18:02:00 2020 +0200
Upgrade to Guava 29.0-jre
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d9e4b44..38561cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>28.2-jre</version>
+ <version>29.0-jre</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>