diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-06-22 08:34:52 +0800 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-06-22 08:35:23 +0800 |
commit | f3bc1c9e4faffe73acea8ba90b82a87bcdae2045 (patch) | |
tree | 5facc1c4eae89bfc1c0a10b4de98d33fd374e36e /integration/pom.xml | |
parent | 5eb9cfd0151b7bbd171e34dcea6d27e3e4c952b5 (diff) |
Fix security vulnerability in Google Guava
Google Guava 23.0 has a security vulnerability. THe latest version of
Guava fixes this vulnerability.
Change-Id: I86995efafa6cf0140d09f8a13da9efeaa8079d5e
Issue-ID: POLICY-905
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 15eeaf47..2e189382 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -101,7 +101,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>23.0</version> + <version>25.1-jre</version> </dependency> <!-- JSON marshalling and unmarshalling --> @@ -297,4 +297,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |