From 6ea4f9c1d6790245279662691a50084818a3316b Mon Sep 17 00:00:00 2001 From: Thomas Schroeter Date: Wed, 11 Jul 2018 14:28:19 +0100 Subject: [PATCH] Increase guava version to 25.1-jre (#3558) Allow using the jib gradle plugin to build container images. --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 2a0c89dc10..0f752e89e5 100644 --- a/constants.properties +++ b/constants.properties @@ -1,7 +1,7 @@ gradlePluginsVersion=4.0.25 kotlinVersion=1.2.51 platformVersion=4 -guavaVersion=21.0 +guavaVersion=25.1-jre proguardVersion=6.0.3 bouncycastleVersion=1.57 typesafeConfigVersion=1.3.1