From 513de69153b241d0086240fb61951a09d8f5a73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:57:59 +0200 Subject: [PATCH] [ambientweather] Bump json from 20180813 to 20230227 (#14803) * 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 --- bundles/org.openhab.binding.ambientweather/pom.xml | 2 +- .../src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.ambientweather/pom.xml b/bundles/org.openhab.binding.ambientweather/pom.xml index f7aca6c9a0..7429b2f04b 100644 --- a/bundles/org.openhab.binding.ambientweather/pom.xml +++ b/bundles/org.openhab.binding.ambientweather/pom.xml @@ -42,7 +42,7 @@ org.json json - 20180813 + 20230227 compile diff --git a/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml b/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml index bca666ab39..f7d7258456 100644 --- a/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml @@ -8,7 +8,7 @@ mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1 mvn:org.openhab.osgiify/io.socket.socket.io-client/1.0.1 mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.1 - mvn:org.json/json/20180813 + mvn:org.json/json/20230227 mvn:org.openhab.addons.bundles/org.openhab.binding.ambientweather/${project.version} -- 2.47.3