From 7b5c2ae529bee0ed3528df9bc479edde46d9695f Mon Sep 17 00:00:00 2001 From: gurkerl83 Date: Mon, 26 Oct 2020 01:22:49 +0100 Subject: [PATCH] Lowering the GSON version Lowering the GSON version from 2.8.6 (latest) to 2.8.5, to make sure no side effects get introduced on a JDK level - for reference https://github.com/google/gson/issues/1601. Another feature is in its making to introduce a conditional build profile to support JDK 11 and above; here, a switch to the latest version of GSON gets provided. --- project/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/project/pom.xml b/project/pom.xml index 4d00393e7b..683eae172d 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -226,12 +226,18 @@ 1.8 true gitsite:git@github.com/jclouds/jclouds-maven-site.git + 22.0 + com.google.common.*;version="[22.0,30.0.0)" + 4.2.3 - 2.8.6 + 2.8.5 + 2.2.0 + okio;version="[1.2.0,1.3)" + 2.17 1.7.0 1.3.0