Skip to content

Commit 6c6e3e1

Browse files
committed
pick Update Lucene from 7.5.0 to 9.9.1 as requested in #1408 to address https://osv.dev/vulnerability/OSV-2023-705
1 parent c55691c commit 6c6e3e1

24 files changed

+29
-29
lines changed

.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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"/>
2525
<classpathentry exported="true" kind="lib" path="lib/jakarta.json-1.1.6.jar" sourcepath="libsrc/jakarta.json-1.1.6-sources.jar"/>
26-
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.7.3.jar" sourcepath="libsrc/lucene-core-7.7.3-sources.jar"/>
27-
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-7.7.3.jar" sourcepath="libsrc/lucene-demo-7.7.3-sources.jar"/>
28-
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-common-7.7.3.jar" sourcepath="lucene-analyzers-common-7.7.3-sources.jar"/>
29-
<classpathentry exported="true" kind="lib" path="lib/lucene-queryparser-7.7.3.jar" sourcepath="lucene-queryparser-7.7.3-sources.jar"/>
26+
<classpathentry exported="true" kind="lib" path="lib/lucene-core-9.9.1.jar" sourcepath="libsrc/lucene-core-9.9.1-sources.jar"/>
27+
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-9.9.1.jar" sourcepath="libsrc/lucene-demo-9.9.1-sources.jar"/>
28+
<classpathentry exported="true" kind="lib" path="lib/lucene-analysis-common-9.9.1.jar" sourcepath="lucene-analysis-common-9.9.1-sources.jar"/>
29+
<classpathentry exported="true" kind="lib" path="lib/lucene-queryparser-9.9.1.jar" sourcepath="lucene-queryparser-9.9.1-sources.jar"/>
3030
<classpathentry exported="true" kind="lib" path="lib/slf4j-api.jar" sourcepath="libsrc/slf4j-api-1.7.12-sources.jar"/>
3131
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple.jar" sourcepath="libsrc/slf4j-simple-1.7.12-sources.jar"/>
3232
<classpathentry exported="true" kind="lib" path="lib/javax.activation-api-1.2.0.jar" sourcepath="libsrc/javax.activation-api-1.2.0-sources.jar"/>

doc/corenlp/pom-full.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
<dependency>
6363
<groupId>org.apache.lucene</groupId>
6464
<artifactId>lucene-queryparser</artifactId>
65-
<version>7.7.3</version>
65+
<version>9.9.1</version>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>org.apache.lucene</groupId>
70-
<artifactId>lucene-analyzers-common</artifactId>
71-
<version>7.7.3</version>
70+
<artifactId>lucene-analysis-common</artifactId>
71+
<version>9.9.1</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>org.apache.lucene</groupId>
7676
<artifactId>lucene-core</artifactId>
77-
<version>7.7.3</version>
77+
<version>9.9.1</version>
7878
</dependency>
7979

8080
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->

lib/README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,13 @@ LAST UPDATE: 2024-10-08
378378
LAST UPDATE BY: John Bauer. Originally added by Sonal Gupta
379379

380380
-----------------------------------------------------------------------
381-
lucene-analyzers-common-7.7.3.jar
382-
lucene-core-7.7.3.jar
383-
lucene-demo-7.7.3.jar
384-
lucene-queryparser-7.7.3.jar
381+
lucene-analysis-common-9.9.1.jar
382+
lucene-core-9.9.1.jar
383+
lucene-demo-9.9.1.jar
384+
lucene-queryparser-7.5.0.jar
385385
ORIGINAL JAR NAME: n/a
386-
VERSION: 7.7.3
387-
RELEASE DATE: 2020-04-24
386+
VERSION: 9.9.1
387+
RELEASE DATE: 2023-12-16
388388
SOURCE AVAILABLE: yes
389389
DESCRIPTION: "Apache Lucene is a high-performance, full-featured text
390390
search engine library written entirely in Java. It is a technology
@@ -394,7 +394,7 @@ in has version number, as before. Broken into several Jars in this version."
394394
URL: http://lucene.apache.org/
395395
USED BY: patterns.surface
396396

397-
LAST UPDATE: 2024-10-08
397+
LAST UPDATE: 2024-01-17
398398
LAST UPDATE BY: John Bauer
399399

400400
-----------------------------------------------------------------

lib/lucene-analysis-common-9.9.1.jar

1.65 MB
Binary file not shown.

lib/lucene-analyzers-common-7.7.3.jar

-1.59 MB
Binary file not shown.

lib/lucene-core-7.7.3.jar

-2.95 MB
Binary file not shown.

lib/lucene-core-9.9.1.jar

3.82 MB
Binary file not shown.

lib/lucene-demo-7.7.3.jar

-42.9 KB
Binary file not shown.

lib/lucene-demo-9.9.1.jar

65.9 KB
Binary file not shown.

lib/lucene-queryparser-7.7.3.jar

-373 KB
Binary file not shown.

0 commit comments

Comments
 (0)