[JAVA-31568] Upgrade org.json and json-path libraries

This commit is contained in:
Harry9656 2024-03-11 21:16:11 +01:00 committed by GitHub
parent ec6f3949cd
commit 535d9a97b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 16 additions and 17 deletions

View File

@ -60,6 +60,5 @@
<properties>
<jmh.version>1.21</jmh.version>
<gson.version>2.10.1</gson.version>
<org.json.version>20230618</org.json.version>
</properties>
</project>

View File

@ -32,7 +32,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>${org.json.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -22,7 +22,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
<version>${org.json.version}</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
@ -55,7 +55,6 @@
<properties>
<source.version>11</source.version>
<target.version>11</target.version>
<json.version>20200518</json.version>
<opencsv.version>5.8</opencsv.version>
</properties>

View File

@ -54,7 +54,7 @@
<properties>
<hibernate.core.version>6.4.2.Final</hibernate.core.version>
<json-path.version>5.3.2</json-path.version>
<json-path.version>5.4.0</json-path.version>
</properties>
</project>

View File

@ -243,6 +243,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<org.json.version>20240303</org.json.version>
</properties>
<dependencyManagement>

View File

@ -59,7 +59,7 @@
<properties>
<h2.version>2.1.214</h2.version>
<json-path.version>5.3.2</json-path.version>
<json-path.version>5.4.0</json-path.version>
<spring-boot.version>2.5.0</spring-boot.version>
</properties>

View File

@ -56,7 +56,7 @@
<properties>
<mockserver-netty.version>5.13.2</mockserver-netty.version>
<json.version>20220320</json.version>
<json.version>20240303</json.version>
</properties>
</project>

View File

@ -61,7 +61,7 @@
<properties>
<!-- testing -->
<rest-assured.version>3.1.1</rest-assured.version>
<rest-assured.version>5.4.0</rest-assured.version>
</properties>
</project>

View File

@ -21,7 +21,7 @@
</dependencies>
<properties>
<json-path.version>2.8.0</json-path.version>
<json-path.version>2.9.0</json-path.version>
</properties>
</project>

View File

@ -35,7 +35,7 @@
</build>
<properties>
<json.version>20230618</json.version>
<json.version>20240303</json.version>
</properties>
</project>

View File

@ -114,7 +114,7 @@
</profiles>
<properties>
<json.version>20180130</json.version>
<json.version>20240303</json.version>
<logback.contrib.version>0.1.5</logback.contrib.version>
<docx4j.version>3.3.5</docx4j.version>
<angus.mail.version>2.0.1</angus.mail.version>

View File

@ -87,7 +87,7 @@
<oracle.driver.version>10.2.0.4.0</oracle.driver.version>
<mysql.driver.version>8.2.0</mysql.driver.version>
<jooq.version>3.11.11</jooq.version>
<json.version>20220320</json.version>
<json.version>20240303</json.version>
<microstream.storage.version>07.00.00-MS-GA</microstream.storage.version>
<h2.version>2.1.214</h2.version>
<spring-jdbc.version>5.3.29</spring-jdbc.version>

View File

@ -69,7 +69,7 @@
</build>
<properties>
<json.version>20190722</json.version>
<json.version>20240303</json.version>
<mvc-auth-commons.version>1.2.0</mvc-auth-commons.version>
</properties>

View File

@ -157,7 +157,7 @@
<rome.version>1.9.0</rome.version>
<xstream.version>1.4.9</xstream.version>
<scribejava.version>5.1.0</scribejava.version>
<json.version>20180130</json.version>
<json.version>20240303</json.version>
<javax.mail.version>1.6.1</javax.mail.version>
<spring-boot.version>2.5.6</spring-boot.version>
</properties>

View File

@ -81,7 +81,7 @@
</build>
<properties>
<json-path.version>2.8.0</json-path.version>
<json-path.version>2.9.0</json-path.version>
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
<jakarta.servlet.jsp.jstl>2.0.0</jakarta.servlet.jsp.jstl>
<io.rest-assured.version>3.0.0</io.rest-assured.version>

View File

@ -210,7 +210,7 @@
<jakarta.el.version>5.0.0-M1</jakarta.el.version>
<jakarta.version>6.1.0-M1</jakarta.version>
<jakarta-servlet-api.version>4.0.0-M1</jakarta-servlet-api.version>
<json-path.version>2.8.0</json-path.version>
<json-path.version>2.9.0</json-path.version>
<start-class>com.baeldung.SpringMVCApplication</start-class>
<jakarta-servlet-jstl-version>3.0.0</jakarta-servlet-jstl-version>
<rest.assured.version>5.4.0</rest.assured.version>

View File

@ -85,7 +85,7 @@
<properties>
<dom4j.version>2.1.3</dom4j.version>
<json.version>20230227</json.version>
<json.version>20240303</json.version>
<underscore.version>1.89</underscore.version>
<xstream.version>1.4.18</xstream.version>
<jaxb.version>2.3.3</jaxb.version>