diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-28 12:52:55 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-28 12:52:55 -0700 |
commit | 126abc652c5095cf2ea0f68b00b7a2c214ae0910 (patch) | |
tree | 16645d317dcac19f0a6a09e03d2b29831617a09d /dependencies | |
parent | 5f029a33ae5cbe2133273622c0800ac09c64898a (diff) |
Try guava 26.0-jre to fix CLM issues
Change-Id: I1f1b5e610e3a8d408eb94daa148be274dc8f16d3
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index e118e2a..099c55d 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>25.1-jre</version> + <version>26.0-jre</version> </dependency> </dependencies> </dependencyManagement> |