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
@@ -49,8 +49,8 @@
</feature>
<feature name="openhab.tp-gson" description="Gson" version="${project.version}">
<capability>openhab.tp;feature=gson;version=2.8.2.v20180104-1110</capability>
<bundle>mvn:org.eclipse.orbit.bundles/com.google.gson/2.8.2.v20180104-1110</bundle>
<capability>openhab.tp;feature=gson;version=2.8.6</capability>
<bundle>mvn:com.google.code.gson/gson/2.8.6</bundle>
</feature>
<feature name="openhab.tp-hivemqclient" description="MQTT Client" version="${project.version}">