Upgrade Lucene to 9.11.1 (#6188)

#### 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
```
pull/6190/head
John Niang 2024-06-28 09:58:58 +08:00 committed by GitHub
parent c524ee4340
commit 0ddc4f8d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}