From acb738a8ac5251ffbe7e1f2a4c7c2468e1e2e9bf Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 25 Aug 2023 16:50:12 +0800 Subject: [PATCH] Upgrade Lucene to 9.7.0 (#4479) 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.9.x #### What this PR does / why we need it: This PR upgrades Lucene to 9.7.0. See: - https://lucene.apache.org/core/corenews.html#apache-lucenetm-970-available - https://lucene.apache.org/core/9_7_0/changes/Changes.html for more. for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Lucene 至 9.7.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 cfc344b32..b4f752da8 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.2.0" - lucene = "9.5.0" + lucene = "9.7.0" resilience4jVersion = "2.0.2" }