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

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.binding.dbquery/pom.xml
bundles/pom.xml

index b945afe08f6217a45f4a3f01d604bf5c1cdffbcb..3f5436c1ee24b02b303ea1cd6bc6cd7f33096ea0 100644 (file)
@@ -45,7 +45,7 @@
     <dependency> <!-- also used for querydb library -->
       <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>
index 61d42149967cc0a83f0c0f68cc8ab58041e24b14..010de5f843bbc761d65f00171b21600d8a996ea7 100644 (file)
             <configuration>
               <includeScope>runtime</includeScope>
               <includeTypes>jar</includeTypes>
+              <excludes>module-info.class</excludes>
               <excludeGroupIds>javax.activation,org.apache.karaf.features,org.lastnpe.eea</excludeGroupIds>
               <excludeArtifactIds>${dep.noembedding}</excludeArtifactIds>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>