Skip to content

Commit a357f7f

Browse files
authored
Upgrade json to 20231013 (openhab#15745)
Signed-off-by: Jacob Laursen <[email protected]>
1 parent 1702631 commit a357f7f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

bundles/org.openhab.binding.ambientweather/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.json</groupId>
4444
<artifactId>json</artifactId>
45-
<version>20230227</version>
45+
<version>20231013</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
</dependencies>

bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>
99
<bundle dependency="true">mvn:org.openhab.osgiify/io.socket.socket.io-client/1.0.1</bundle>
1010
<bundle dependency="true">mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.1</bundle>
11-
<bundle dependency="true">mvn:org.json/json/20230227</bundle>
11+
<bundle dependency="true">mvn:org.json/json/20231013</bundle>
1212
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.ambientweather/${project.version}</bundle>
1313
</feature>
1414
</features>

bundles/org.openhab.binding.dbquery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<artifactId>json</artifactId>
6767
<groupId>org.json</groupId>
68-
<version>20230227</version>
68+
<version>20231013</version>
6969
</dependency>
7070
<dependency>
7171
<artifactId>okhttp</artifactId>

bundles/org.openhab.binding.mercedesme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.json</groupId>
1717
<artifactId>json</artifactId>
18-
<version>20230227</version>
18+
<version>20231013</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

bundles/org.openhab.binding.volumio/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.json</groupId>
4646
<artifactId>json</artifactId>
47-
<version>20230227</version>
47+
<version>20231013</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>

bundles/org.openhab.io.openhabcloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.json</groupId>
2020
<artifactId>json</artifactId>
21-
<version>20230227</version>
21+
<version>20231013</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

bundles/org.openhab.io.openhabcloud/src/main/feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<feature name="openhab-misc-openhabcloud" description="openHAB Cloud Connector" version="${project.version}">
66
<feature>openhab-runtime-base</feature>
77
<configfile finalname="${openhab.conf}/services/openhabcloud.cfg" override="false">mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/cfg/openhabcloud</configfile>
8-
<bundle dependency="true">mvn:org.json/json/20230227</bundle>
8+
<bundle dependency="true">mvn:org.json/json/20231013</bundle>
99
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsr305/3.0.2_1</bundle>
1010
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.8.1_1</bundle>
1111
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>

bundles/org.openhab.persistence.influxdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<artifactId>json</artifactId>
9393
<groupId>org.json</groupId>
94-
<version>20230227</version>
94+
<version>20231013</version>
9595
</dependency>
9696
<dependency>
9797
<artifactId>rxjava</artifactId>

0 commit comments

Comments
 (0)