diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-28 03:50:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-28 03:50:44 +0000 |
commit | ddb75d4b617a641bc056ca38e1c515bf7c345eb5 (patch) | |
tree | 5c5736dc370ea4caa6a0b6746183120bfd33e04e | |
parent | 0a8d568dd96096ccbb04ed2ae4a4daa10b5f23c3 (diff) | |
parent | 97960cdd250fadae0bb312ac5ffa87348ece791d (diff) |
Merge "Bump guava to 28.2-jre"
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rw-r--r-- | vid-automation/pom.xml | 2 |
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> |