Skip to content

Commit

Permalink
Upgrade org.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Jul 16, 2024
1 parent b7dd366 commit b0c244d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180813</version>
<version>20231013</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.8.1_1</bundle>
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>
<!--<bundle dependency="false">mvn:org.jspecify/jspecify/0.3.0</bundle> -->
<bundle dependency="true">mvn:org.json/json/20180813</bundle>
<bundle dependency="true">mvn:org.json/json/20231013</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/no.seime.openhab.binding.panasoniccomfortcloud/${project.version}</bundle>
</feature>
</features>
4 changes: 2 additions & 2 deletions src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.8.1_1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1</bundle>
<bundle>mvn:org.json/json/20180813</bundle>
<bundle>mvn:org.json/json/20180813</bundle>
<bundle>mvn:org.json/json/20231013</bundle>
<bundle>mvn:org.json/json/20231013</bundle>
<bundle>mvn:org.jsoup/jsoup/1.17.2</bundle>
<bundle>mvn:org.openhab.addons.bundles/no.seime.openhab.binding.panasoniccomfortcloud/4.1.0-SNAPSHOT</bundle>
<bundle>mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.1</bundle>
Expand Down

0 comments on commit b0c244d

Please sign in to comment.