Skip to content

Commit

Permalink
Upgrade Lucene to 9.11.1 (#6188)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Jun 28, 2024
1 parent c524ee4 commit 0ddc4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 0ddc4f8

Please sign in to comment.