Skip to content

Commit 49ee606

Browse files
retawangdongyu.danny
authored and
wangdongyu.danny
committed
Update to Apache Lucene 9.11.0 (opensearch-project#14074) (opensearch-project#14241)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent f861025 commit 49ee606

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
@@ -105,7 +105,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
105105
public static final Version V_2_14_0 = new Version(2140099, org.apache.lucene.util.Version.LUCENE_9_10_0);
106106
public static final Version V_2_14_1 = new Version(2140199, org.apache.lucene.util.Version.LUCENE_9_10_0);
107107
public static final Version V_2_15_0 = new Version(2150099, org.apache.lucene.util.Version.LUCENE_9_10_0);
108-
public static final Version V_2_16_0 = new Version(2160099, org.apache.lucene.util.Version.LUCENE_9_10_0);
108+
public static final Version V_2_16_0 = new Version(2160099, org.apache.lucene.util.Version.LUCENE_9_11_0);
109109
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_11_0);
110110
public static final Version CURRENT = V_3_0_0;
111111

0 commit comments

Comments
 (0)