]> git.basschouten.com Git - openhab-addons.git/commitdiff
Bump json in /bundles/org.openhab.binding.dbquery (#14805)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 25 Jun 2023 09:37:38 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 09:37:38 +0000 (11:37 +0200)
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bundles/org.openhab.binding.dbquery/pom.xml

index 869b6a9b92d9a7989f5057c64f499f5333630cc7..aa797b793259e3099a8624eb5bb24a46e4b7538b 100644 (file)
@@ -65,7 +65,7 @@
     <dependency>
       <artifactId>json</artifactId>
       <groupId>org.json</groupId>
-      <version>20180813</version>
+      <version>20230227</version>
     </dependency>
     <dependency>
       <artifactId>okhttp</artifactId>