Bump gson from 2.8.5 to 2.8.9 in /bundles/org.openhab.binding.dbquery (#12798)
* 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>
This commit is contained in:
@@ -580,6 +580,7 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user