diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a5cfda0a4c2..bf50f0f58ee8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Dependencies - Bump `stefanzweifel/git-auto-commit-action` from 5 to 6 ([#18524](https://github.com/opensearch-project/OpenSearch/pull/18524)) +- Bump Apache Lucene to 10.2.2 ([#18573](https://github.com/opensearch-project/OpenSearch/pull/18573)) ### Deprecated diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 33580ac696bfc..d8bf39525abfe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] opensearch = "3.2.0" -lucene = "10.2.1" +lucene = "10.2.2" bundled_jdk_vendor = "adoptium" bundled_jdk = "24.0.1+9" diff --git a/libs/core/licenses/lucene-core-10.2.1.jar.sha1 b/libs/core/licenses/lucene-core-10.2.1.jar.sha1 deleted file mode 100644 index f360d25f42954..0000000000000 --- a/libs/core/licenses/lucene-core-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f7bee3425ff6bff5e3ba50abfa1a0fdab2b2e46f \ No newline at end of file diff --git a/libs/core/licenses/lucene-core-10.2.2.jar.sha1 b/libs/core/licenses/lucene-core-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..74d3bb5b1cbc8 --- /dev/null +++ b/libs/core/licenses/lucene-core-10.2.2.jar.sha1 @@ -0,0 +1 @@ +336a9c4b24e5704bd5fd71af794cce80f479a3ae \ No newline at end of file diff --git a/libs/core/src/main/java/org/opensearch/Version.java b/libs/core/src/main/java/org/opensearch/Version.java index 15a82bd3fffaa..5691a0c180099 100644 --- a/libs/core/src/main/java/org/opensearch/Version.java +++ b/libs/core/src/main/java/org/opensearch/Version.java @@ -119,7 +119,7 @@ public class Version implements Comparable, ToXContentFragment { public static final Version V_2_19_3 = new Version(2190399, org.apache.lucene.util.Version.LUCENE_9_12_1); public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_10_1_0); public static final Version V_3_1_0 = new Version(3010099, org.apache.lucene.util.Version.LUCENE_10_2_1); - public static final Version V_3_2_0 = new Version(3020099, org.apache.lucene.util.Version.LUCENE_10_2_1); + public static final Version V_3_2_0 = new Version(3020099, org.apache.lucene.util.Version.LUCENE_10_2_2); public static final Version CURRENT = V_3_2_0; public static Version fromId(int id) { diff --git a/modules/lang-expression/licenses/lucene-expressions-10.2.1.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-10.2.1.jar.sha1 deleted file mode 100644 index e61310c824115..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7704566e72d10bd73bea5ee0a7cfcdc98b9f50cf \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-10.2.2.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..04738282151a2 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-10.2.2.jar.sha1 @@ -0,0 +1 @@ +7123595c200562166426f710eab521c22b2f3dc8 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.1.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.1.jar.sha1 deleted file mode 100644 index b75967aa56072..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4ffa9bc8accae6d5a4c988653d1fd12d6384bc63 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.2.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..65d823b33103c --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analysis-icu-10.2.2.jar.sha1 @@ -0,0 +1 @@ +2eef1532e030c6288e8324cf1dd7bb320624ef92 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.1.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.1.jar.sha1 deleted file mode 100644 index bc4b7769c163d..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3c37f5e3b1177a55ec8953ec343af5c578a02f40 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.2.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..07eb8dd87e8d4 --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.2.2.jar.sha1 @@ -0,0 +1 @@ +f5c20ba74a654553d9254ef5039228cca6f24a15 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.1.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.1.jar.sha1 deleted file mode 100644 index 8e01a01875a39..0000000000000 --- a/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -df44aacdf3a1ef743f42e53dca65590b95bbcbdf \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.2.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..856c9ac0af7c8 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analysis-nori-10.2.2.jar.sha1 @@ -0,0 +1 @@ +6480bbe3b6193aee805c45e577779c49b85bad82 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.1.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.1.jar.sha1 deleted file mode 100644 index 52e057a61ef14..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -026d48b44b17dff97ae5afd9007b124410ede1d1 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.2.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..c1ca510371d8a --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-10.2.2.jar.sha1 @@ -0,0 +1 @@ +714c2fed8b8f522bebdb74ff2bfc6be9858d3fc9 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.1.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.1.jar.sha1 deleted file mode 100644 index 3ba2f3ca6089b..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e9c9447fd1729bdfa4b284fdfe52202300a0be8c \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.2.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..cca6b6f4cffc0 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-10.2.2.jar.sha1 @@ -0,0 +1 @@ +b080119e7b85dbceac57f8fc9d02d85175198a8d \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.1.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.1.jar.sha1 deleted file mode 100644 index 4c7cfeda31e0b..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -80a5c751308add50f6d1d33acbfafd58d27b8b55 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.2.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..f6d5a356a2517 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-10.2.2.jar.sha1 @@ -0,0 +1 @@ +23c64edfecbf7dd027a2f91112cd248b03644dc5 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.1.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.1.jar.sha1 deleted file mode 100644 index 5a037c071e870..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -68df86cb2c1dddc3937824ea2cbe7803bf543ca1 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.2.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..94d52557c8811 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-10.2.2.jar.sha1 @@ -0,0 +1 @@ +58c74ea2ba52847071524fb0e9a2d54c116be5c0 \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-10.2.1.jar.sha1 b/server/licenses/lucene-analysis-common-10.2.1.jar.sha1 deleted file mode 100644 index f5467fe100017..0000000000000 --- a/server/licenses/lucene-analysis-common-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -82578c7a8804490f1f375ccf63e080afb8c0736b \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-10.2.2.jar.sha1 b/server/licenses/lucene-analysis-common-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..c9c206bbc1a4b --- /dev/null +++ b/server/licenses/lucene-analysis-common-10.2.2.jar.sha1 @@ -0,0 +1 @@ +2c35eb96330d96b6ffb61856ce2cd886a5656c81 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-10.2.1.jar.sha1 b/server/licenses/lucene-backward-codecs-10.2.1.jar.sha1 deleted file mode 100644 index c2b0665faeee2..0000000000000 --- a/server/licenses/lucene-backward-codecs-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -32eef677c300ac9989bda1045904adf8e925b9eb \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-10.2.2.jar.sha1 b/server/licenses/lucene-backward-codecs-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..71790b6d45984 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-10.2.2.jar.sha1 @@ -0,0 +1 @@ +848ccaaadbcc97c84c09ad808fe4354af00449d9 \ No newline at end of file diff --git a/server/licenses/lucene-core-10.2.1.jar.sha1 b/server/licenses/lucene-core-10.2.1.jar.sha1 deleted file mode 100644 index f360d25f42954..0000000000000 --- a/server/licenses/lucene-core-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f7bee3425ff6bff5e3ba50abfa1a0fdab2b2e46f \ No newline at end of file diff --git a/server/licenses/lucene-core-10.2.2.jar.sha1 b/server/licenses/lucene-core-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..74d3bb5b1cbc8 --- /dev/null +++ b/server/licenses/lucene-core-10.2.2.jar.sha1 @@ -0,0 +1 @@ +336a9c4b24e5704bd5fd71af794cce80f479a3ae \ No newline at end of file diff --git a/server/licenses/lucene-grouping-10.2.1.jar.sha1 b/server/licenses/lucene-grouping-10.2.1.jar.sha1 deleted file mode 100644 index da0012d3366c0..0000000000000 --- a/server/licenses/lucene-grouping-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5d5069134efb0c6b482c2dcfecf8a90acf1ee03a \ No newline at end of file diff --git a/server/licenses/lucene-grouping-10.2.2.jar.sha1 b/server/licenses/lucene-grouping-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..d8c05314fcc12 --- /dev/null +++ b/server/licenses/lucene-grouping-10.2.2.jar.sha1 @@ -0,0 +1 @@ +da045cff5cfc86869be34338935e8d65456f7bd2 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-10.2.1.jar.sha1 b/server/licenses/lucene-highlighter-10.2.1.jar.sha1 deleted file mode 100644 index 87da130de145c..0000000000000 --- a/server/licenses/lucene-highlighter-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4166f6ddb748bfab3355ef29253377c60ef5c440 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-10.2.2.jar.sha1 b/server/licenses/lucene-highlighter-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..eba0a36da5cc8 --- /dev/null +++ b/server/licenses/lucene-highlighter-10.2.2.jar.sha1 @@ -0,0 +1 @@ +571fda0e8a9bf54896ab592143a09b39fdb036ee \ No newline at end of file diff --git a/server/licenses/lucene-join-10.2.1.jar.sha1 b/server/licenses/lucene-join-10.2.1.jar.sha1 deleted file mode 100644 index 31da038f1f7ed..0000000000000 --- a/server/licenses/lucene-join-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ef2fe517b73f4b144b9ada326ae69c8f3e996042 \ No newline at end of file diff --git a/server/licenses/lucene-join-10.2.2.jar.sha1 b/server/licenses/lucene-join-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..c463324ccea35 --- /dev/null +++ b/server/licenses/lucene-join-10.2.2.jar.sha1 @@ -0,0 +1 @@ +f1cd23b8d1773ec6b62f1972d47dae9102721f33 \ No newline at end of file diff --git a/server/licenses/lucene-memory-10.2.1.jar.sha1 b/server/licenses/lucene-memory-10.2.1.jar.sha1 deleted file mode 100644 index f05eac3cae8b8..0000000000000 --- a/server/licenses/lucene-memory-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7e595a1dff0859818dea02729123c3e1b2520e7f \ No newline at end of file diff --git a/server/licenses/lucene-memory-10.2.2.jar.sha1 b/server/licenses/lucene-memory-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..133fb87b8998f --- /dev/null +++ b/server/licenses/lucene-memory-10.2.2.jar.sha1 @@ -0,0 +1 @@ +8709740d758b9358d0c9e3f4fcd34c9604740e20 \ No newline at end of file diff --git a/server/licenses/lucene-misc-10.2.1.jar.sha1 b/server/licenses/lucene-misc-10.2.1.jar.sha1 deleted file mode 100644 index d7760b85d295c..0000000000000 --- a/server/licenses/lucene-misc-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4244b7b5f406e40d3f9805a5cb056e351242e86 \ No newline at end of file diff --git a/server/licenses/lucene-misc-10.2.2.jar.sha1 b/server/licenses/lucene-misc-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..4155fe6c7ce7a --- /dev/null +++ b/server/licenses/lucene-misc-10.2.2.jar.sha1 @@ -0,0 +1 @@ +047de3cefc3aa78ba11593d72c60f5b17a611c73 \ No newline at end of file diff --git a/server/licenses/lucene-queries-10.2.1.jar.sha1 b/server/licenses/lucene-queries-10.2.1.jar.sha1 deleted file mode 100644 index 25490eabeb4c1..0000000000000 --- a/server/licenses/lucene-queries-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ddb958b144351a7e693d8866d086aed443792ff6 \ No newline at end of file diff --git a/server/licenses/lucene-queries-10.2.2.jar.sha1 b/server/licenses/lucene-queries-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..c140b5515b379 --- /dev/null +++ b/server/licenses/lucene-queries-10.2.2.jar.sha1 @@ -0,0 +1 @@ +6dfc2197d9deacb699d7dc04f0afa919c926695e \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-10.2.1.jar.sha1 b/server/licenses/lucene-queryparser-10.2.1.jar.sha1 deleted file mode 100644 index 1e50c6ee066a2..0000000000000 --- a/server/licenses/lucene-queryparser-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f9d7cb8ec0f9fc838326e499c4bd0cb044af75e2 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-10.2.2.jar.sha1 b/server/licenses/lucene-queryparser-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..8e2f62918db5f --- /dev/null +++ b/server/licenses/lucene-queryparser-10.2.2.jar.sha1 @@ -0,0 +1 @@ +bb94dc5a00f01ccc7dc6804388bc7fe9f0070c75 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-10.2.1.jar.sha1 b/server/licenses/lucene-sandbox-10.2.1.jar.sha1 deleted file mode 100644 index 32ae932e17415..0000000000000 --- a/server/licenses/lucene-sandbox-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ec539453eb49dd9e02f8ff4b14dc36a08f91436f \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-10.2.2.jar.sha1 b/server/licenses/lucene-sandbox-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..58042f209c114 --- /dev/null +++ b/server/licenses/lucene-sandbox-10.2.2.jar.sha1 @@ -0,0 +1 @@ +85c59725df3e564f69fe34e568373367b32781fe \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-10.2.1.jar.sha1 b/server/licenses/lucene-spatial-extras-10.2.1.jar.sha1 deleted file mode 100644 index eb4c90be55ddc..0000000000000 --- a/server/licenses/lucene-spatial-extras-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d89b7dc7e2c86b5e8184b60732211f762c074979 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-10.2.2.jar.sha1 b/server/licenses/lucene-spatial-extras-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..c3f0f637779d7 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-10.2.2.jar.sha1 @@ -0,0 +1 @@ +331552f95ef5f6a7f37fdeaf4d47f241a423af3c \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-10.2.1.jar.sha1 b/server/licenses/lucene-spatial3d-10.2.1.jar.sha1 deleted file mode 100644 index 443a346a67614..0000000000000 --- a/server/licenses/lucene-spatial3d-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9935b848d1e92eb8938b0cc5ce1b3ee565b0e231 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-10.2.2.jar.sha1 b/server/licenses/lucene-spatial3d-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..a533bee690656 --- /dev/null +++ b/server/licenses/lucene-spatial3d-10.2.2.jar.sha1 @@ -0,0 +1 @@ +27e435d8af25192970041a9a6b853347a17ef422 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-10.2.1.jar.sha1 b/server/licenses/lucene-suggest-10.2.1.jar.sha1 deleted file mode 100644 index 508370a40d148..0000000000000 --- a/server/licenses/lucene-suggest-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f798a0f8f3686a75bd3830610156d3b087299340 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-10.2.2.jar.sha1 b/server/licenses/lucene-suggest-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..7a71c4030b9fe --- /dev/null +++ b/server/licenses/lucene-suggest-10.2.2.jar.sha1 @@ -0,0 +1 @@ +ddb40a1559e45d77c9417c8f6e6bb29c4c4dba8d \ No newline at end of file diff --git a/test/framework/licenses/lucene-codecs-10.2.1.jar.sha1 b/test/framework/licenses/lucene-codecs-10.2.1.jar.sha1 deleted file mode 100644 index 31d4581b9a158..0000000000000 --- a/test/framework/licenses/lucene-codecs-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7fad476daca759c657ead0e83e46a343fd09d38d \ No newline at end of file diff --git a/test/framework/licenses/lucene-codecs-10.2.2.jar.sha1 b/test/framework/licenses/lucene-codecs-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..84d7843c7672e --- /dev/null +++ b/test/framework/licenses/lucene-codecs-10.2.2.jar.sha1 @@ -0,0 +1 @@ +92fcaca5ac2264bf35ae1c95f1961527dc1a21bb \ No newline at end of file diff --git a/test/framework/licenses/lucene-test-framework-10.2.1.jar.sha1 b/test/framework/licenses/lucene-test-framework-10.2.1.jar.sha1 deleted file mode 100644 index 2b65e36e16076..0000000000000 --- a/test/framework/licenses/lucene-test-framework-10.2.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f01401e66a71eca1a70d19cf8269f47d191b1a37 \ No newline at end of file diff --git a/test/framework/licenses/lucene-test-framework-10.2.2.jar.sha1 b/test/framework/licenses/lucene-test-framework-10.2.2.jar.sha1 new file mode 100644 index 0000000000000..62ea3cc3fce08 --- /dev/null +++ b/test/framework/licenses/lucene-test-framework-10.2.2.jar.sha1 @@ -0,0 +1 @@ +73deae9a12ce90f152dc1d10b602c8bc1b487fac \ No newline at end of file