Upgrade Lucene to 9.7.0 (#4479)

#### 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
```
pull/4458/head^2
John Niang 2023-08-25 16:50:12 +08:00 committed by GitHub
parent 229bcafe71
commit acb738a8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2.0"
lucene = "9.5.0"
lucene = "9.7.0"
resilience4jVersion = "2.0.2"
}