]> git.basschouten.com Git - openhab-addons.git/commitdiff
Bump json in /bundles/org.openhab.binding.mercedesme (#14804)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 25 Jun 2023 09:37:04 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 09:37:04 +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.mercedesme/pom.xml

index 2100efea353fdf0a6e25698551e0ea7d13f2adc3..dbc419c54b521a40a2c6035801c852d2b2b36a4f 100644 (file)
@@ -15,7 +15,7 @@
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
-      <version>20180813</version>
+      <version>20230227</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>