Upgrade Gson to 2.8.6 (#2244)

* Upgrade Gson to 2.8.6

Upgrades Gson from 2.8.2 to 2.8.6.

See change log: https://github.com/google/gson/blob/master/CHANGELOG.md#version-286

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-03-17 19:18:17 +01:00
committed by GitHub
parent c2498f5c74
commit 4bf156ffc0
30 changed files with 61 additions and 63 deletions
+3 -3
View File
@@ -91,9 +91,9 @@
<!-- Gson -->
<dependency>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>com.google.gson</artifactId>
<version>2.8.2.v20180104-1110</version>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>compile</scope>
</dependency>
+3 -3
View File
@@ -436,9 +436,9 @@
<!-- Gson -->
<dependency>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>com.google.gson</artifactId>
<version>2.8.2.v20180104-1110</version>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>compile</scope>
</dependency>