Skip to content

Commit

Permalink
Update javax to jakarta json 1.1.6 to hopefully fix some security iss…
Browse files Browse the repository at this point in the history
…ues. #1465
  • Loading branch information
AngledLuffa committed Oct 8, 2024
1 parent f2b9441 commit f8e4809
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.json.jar" sourcepath="libsrc/javax.json-api-1.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta.json-1.1.6.jar" sourcepath="libsrc/jakarta.json-1.1.6-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.5.0.jar" sourcepath="libsrc/lucene-core-7.5.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-7.5.0.jar" sourcepath="libsrc/lucene-demo-7.5.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-common-7.5.0.jar" sourcepath="lucene-analyzers-common-7.5.0-sources.jar"/>
Expand Down
20 changes: 10 additions & 10 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -365,16 +365,16 @@ LAST UPDATE: 2024-09-24
LAST UPDATE BY: John Bauer

----------------------------------------------------------------
javax.json.jar
ORIGINAL JAR NAME:javax.json-1.0.4.jar
VERSION:1.0.4
RELEASE DATE:? (sometime in 2013, most probably March)
SOURCE AVAILABLE:Yes
DESCRIPTION:Json processing tool (RI, which has the API also) available with Java EE 7.
URL:https://jsonp.java.net/ It has two jars, API and RI. This is the RI one.
USED BY:patterns.surface
LAST UPDATE:2014-04-07
LAST UPDATE BY:Sonal Gupta
jakarta.json-1.1.6.jar
REPLACES: javax.json.jar
VERSION: 1.1.6
RELEASE DATE: 2019-08-20
SOURCE AVAILABLE: Yes
DESCRIPTION: Json processing tool (RI, which has the API also) available with Java EE 7.
URL: https://jsonp.java.net/ It has two jars, API and RI. This is the RI one.
USED BY: patterns.surface
LAST UPDATE: 2024-10-08
LAST UPDATE BY: John Bauer. Originally added by Sonal Gupta

-----------------------------------------------------------------------
lucene-analyzers-common-7.5.0.jar
Expand Down
Binary file added lib/jakarta.json-1.1.6.jar
Binary file not shown.
Binary file removed lib/javax.json.jar
Binary file not shown.
Binary file added libsrc/jakarta.json-1.1.6-sources.jar
Binary file not shown.
Binary file removed libsrc/javax.json-api-1.0-sources.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
<version>1.1.6</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
<version>1.1.6</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
<version>1.1.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f8e4809

Please sign in to comment.