From 0ddc4f8d42a84af6088e68c4fe6b96a32e2669dd Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 28 Jun 2024 09:58:58 +0800 Subject: [PATCH] Upgrade Lucene to 9.11.1 (#6188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind cleanup /area core /milestone 2.17.x #### What this PR does / why we need it: See https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F9.11.1 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Lucene 至 9.11.1 ``` --- platform/application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/application/build.gradle b/platform/application/build.gradle index 77bc59d2a..99d566f7f 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -19,7 +19,7 @@ ext { jsoup = '1.15.3' jsonPatch = "1.13" springDocOpenAPI = "2.5.0" - lucene = "9.11.0" + lucene = "9.11.1" resilience4jVersion = "2.2.0" twoFactorAuth = "1.3" }