]> git.basschouten.com Git - openhab-addons.git/commitdiff
Bump gson from 2.8.5 to 2.8.9 in /bundles/org.openhab.persistence.influxdb (#12772)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 2 Jun 2022 17:29:16 +0000 (19:29 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jun 2022 17:29:16 +0000 (19:29 +0200)
* Bump gson in /bundles/org.openhab.persistence.influxdb

Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
* Prevent embedding issues by excluding module-info.class

Signed-off-by: Wouter Born <github@maindrain.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.persistence.influxdb/pom.xml

index 67e9aac42706ff55cfb6ed8c540066cb8a831cd9..e847b023aee5b4f26c8069d2414a2f23de4f11d3 100644 (file)
@@ -46,7 +46,7 @@
     <dependency>
       <artifactId>gson</artifactId>
       <groupId>com.google.code.gson</groupId>
-      <version>2.8.5</version>
+      <version>2.8.9</version>
     </dependency>
     <dependency>
       <artifactId>gson-fire</artifactId>