Skip to content

Commit f8e4809

Browse files
committed
Update javax to jakarta json 1.1.6 to hopefully fix some security issues. #1465
1 parent f2b9441 commit f8e4809

9 files changed

+14
-14
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
2323
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
2424
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
25-
<classpathentry exported="true" kind="lib" path="lib/javax.json.jar" sourcepath="libsrc/javax.json-api-1.0-sources.jar"/>
25+
<classpathentry exported="true" kind="lib" path="lib/jakarta.json-1.1.6.jar" sourcepath="libsrc/jakarta.json-1.1.6-sources.jar"/>
2626
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.5.0.jar" sourcepath="libsrc/lucene-core-7.5.0-sources.jar"/>
2727
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-7.5.0.jar" sourcepath="libsrc/lucene-demo-7.5.0-sources.jar"/>
2828
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-common-7.5.0.jar" sourcepath="lucene-analyzers-common-7.5.0-sources.jar"/>

lib/README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -365,16 +365,16 @@ LAST UPDATE: 2024-09-24
365365
LAST UPDATE BY: John Bauer
366366

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

379379
-----------------------------------------------------------------------
380380
lucene-analyzers-common-7.5.0.jar

lib/jakarta.json-1.1.6.jar

137 KB
Binary file not shown.

lib/javax.json.jar

-83.2 KB
Binary file not shown.

libsrc/jakarta.json-1.1.6-sources.jar

70.5 KB
Binary file not shown.

libsrc/javax.json-api-1.0-sources.jar

-53.6 KB
Binary file not shown.

pom-java-11.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.glassfish</groupId>
129129
<artifactId>javax.json</artifactId>
130-
<version>1.0.4</version>
130+
<version>1.1.6</version>
131131
</dependency>
132132

133133
<dependency>

pom-java-17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.glassfish</groupId>
129129
<artifactId>javax.json</artifactId>
130-
<version>1.0.4</version>
130+
<version>1.1.6</version>
131131
</dependency>
132132

133133
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.glassfish</groupId>
131131
<artifactId>javax.json</artifactId>
132-
<version>1.0.4</version>
132+
<version>1.1.6</version>
133133
</dependency>
134134

135135
<dependency>

0 commit comments

Comments
 (0)