summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-28 03:50:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-28 03:50:44 +0000
commitddb75d4b617a641bc056ca38e1c515bf7c345eb5 (patch)
tree5c5736dc370ea4caa6a0b6746183120bfd33e04e
parent0a8d568dd96096ccbb04ed2ae4a4daa10b5f23c3 (diff)
parent97960cdd250fadae0bb312ac5ffa87348ece791d (diff)
Merge "Bump guava to 28.2-jre"
-rwxr-xr-xvid-app-common/pom.xml2
-rw-r--r--vid-automation/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 4fdbdf7b3..b894dc5bf 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -911,7 +911,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>28.0-jre</version>
+ <version>28.2-jre</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index b5eda98cf..5c77a8111 100644
--- a/vid-automation/pom.xml
+++ b/vid-automation/pom.xml
@@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>23.0</version>
+ <version>28.2-jre</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>