From 6ac8c9b2f763016fb3237bb325c6c92fe5d513ef Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 4 Oct 2024 19:58:42 +0800 Subject: [PATCH] Upgrade to Lucene 9.12.0 (#6763) 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.20.x #### What this PR does / why we need it: This PR upgrades to Lucene 9.12.0. See https://lucene.apache.org/core/9_12_0/changes/Changes.html for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Lucene 至 9.12.0 ``` --- 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 10d92d30c..f474527a9 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.6.0" - lucene = "9.11.1" + lucene = "9.12.0" resilience4jVersion = "2.2.0" twoFactorAuth = "1.3" tika = "2.9.2"