From 9ae7323404227489b89c0eb14e58ccf17b053289 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 29 Jan 2024 10:58:50 +0800 Subject: [PATCH] Upgrade Lucene to 9.9.1 (#5261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: This PR upgrades Lucene to 9.9.1. See https://lucene.apache.org/core/corenews.html#apache-lucenetm-991-available for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Lucene 至 9.9.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 6ee5551e21..6f76ef8b1c 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.3.0" - lucene = "9.7.0" + lucene = "9.9.1" resilience4jVersion = "2.0.2" twoFactorAuth = "1.3" }