Skip to content

Commit 82bee95

Browse files
authored
Bump Apache Lucene to 9.12.3 (#19444)
--------- Signed-off-by: Ankit Jain <[email protected]>
1 parent cbbac30 commit 82bee95

File tree

49 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
opensearch = "2.19.4"
3-
lucene = "9.12.2"
3+
lucene = "9.12.3"
44

55
bundled_jdk_vendor = "adoptium"
66
bundled_jdk = "21.0.8+9"

libs/core/licenses/lucene-core-9.12.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b4b3fbe8608b438d0a810d15187498e6de974d0e

libs/core/src/main/java/org/opensearch/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
148148
public static final Version V_2_19_1 = new Version(2190199, org.apache.lucene.util.Version.LUCENE_9_12_1);
149149
public static final Version V_2_19_2 = new Version(2190299, org.apache.lucene.util.Version.LUCENE_9_12_1);
150150
public static final Version V_2_19_3 = new Version(2190399, org.apache.lucene.util.Version.LUCENE_9_12_2);
151-
public static final Version V_2_19_4 = new Version(2190499, org.apache.lucene.util.Version.LUCENE_9_12_2);
151+
public static final Version V_2_19_4 = new Version(2190499, org.apache.lucene.util.Version.LUCENE_9_12_3);
152152
public static final Version CURRENT = V_2_19_4;
153153

154154
public static Version fromId(int id) {

modules/lang-expression/licenses/lucene-expressions-9.12.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
339a00c401970d0bc9fbe85b67df19aed4f2df42

plugins/analysis-icu/licenses/lucene-analysis-icu-9.12.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
179072e7378b0e83c65e6811771b594973901996

plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.12.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)