mirror of https://github.com/halo-dev/halo
Upgrade Lucene to 9.9.1 (#5261)
#### 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 ```pull/5262/head^2
parent
3bb81d852e
commit
9ae7323404
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue