]> git.basschouten.com Git - openhab-addons.git/commitdiff
Bump json in /bundles/org.openhab.persistence.influxdb (#14806)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 12 May 2023 17:47:12 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 17:47:12 +0000 (19:47 +0200)
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 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.persistence.influxdb/pom.xml

index 45456ef2717ed54163d0cf92325c172eb3275356..9ad65d5547a40ce4665d7117133f6c583f781cb7 100644 (file)
@@ -91,7 +91,7 @@
     <dependency>
       <artifactId>json</artifactId>
       <groupId>org.json</groupId>
-      <version>20200518</version>
+      <version>20230227</version>
     </dependency>
     <dependency>
       <artifactId>rxjava</artifactId>