Skip to content

Commit e97bee8

Browse files
authored
Update Apache Lucene version to 9.10.0 for OpenSearch 2.13.0 (opensearch-project#12394)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 041373b commit e97bee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
9999
public static final Version V_2_11_1 = new Version(2110199, org.apache.lucene.util.Version.LUCENE_9_7_0);
100100
public static final Version V_2_11_2 = new Version(2110299, org.apache.lucene.util.Version.LUCENE_9_7_0);
101101
public static final Version V_2_12_0 = new Version(2120099, org.apache.lucene.util.Version.LUCENE_9_9_2);
102-
public static final Version V_2_13_0 = new Version(2130099, org.apache.lucene.util.Version.LUCENE_9_9_2);
102+
public static final Version V_2_13_0 = new Version(2130099, org.apache.lucene.util.Version.LUCENE_9_10_0);
103103
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_10_0);
104104
public static final Version CURRENT = V_3_0_0;
105105

0 commit comments

Comments
 (0)