]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ambientweather] Bump json from 20180813 to 20230227 (#14803)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 20 Apr 2023 16:57:59 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 16:57:59 +0000 (18:57 +0200)
* Bump json in /bundles/org.openhab.binding.ambientweather

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: Wouter Born <github@maindrain.net>
bundles/org.openhab.binding.ambientweather/pom.xml
bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml

index f7aca6c9a0f68f708ebfaf7354c08a33f2482cb6..7429b2f04bf569b731003c419479f488df388c95 100644 (file)
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
-      <version>20180813</version>
+      <version>20230227</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
index bca666ab396c3946f0102a6dd8320bbdaf5ce5f1..f7d7258456e5b7ef25822d3e16280ae71eb46619 100644 (file)
@@ -8,7 +8,7 @@
                <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>
                <bundle dependency="true">mvn:org.openhab.osgiify/io.socket.socket.io-client/1.0.1</bundle>
                <bundle dependency="true">mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.1</bundle>
-               <bundle dependency="true">mvn:org.json/json/20180813</bundle>
+               <bundle dependency="true">mvn:org.json/json/20230227</bundle>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.ambientweather/${project.version}</bundle>
        </feature>
 </features>