Skip to content

Commit

Permalink
Upgrade Lucene to 9.9.1 (#5261)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang committed Jan 29, 2024
1 parent 3bb81d8 commit 9ae7323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/application/build.gradle
Expand Up @@ -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"
}
Expand Down

0 comments on commit 9ae7323

Please sign in to comment.