mirror of https://github.com/halo-dev/halo
Upgrade to Lucene 9.12.0 (#6763)
#### What type of PR is this? /kind cleanup /area core /milestone 2.20.x #### What this PR does / why we need it: This PR upgrades to Lucene 9.12.0. See https://lucene.apache.org/core/9_12_0/changes/Changes.html for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Lucene 至 9.12.0 ```pull/6765/head
parent
b3fa0b9568
commit
6ac8c9b2f7
|
@ -19,7 +19,7 @@ ext {
|
||||||
jsoup = '1.15.3'
|
jsoup = '1.15.3'
|
||||||
jsonPatch = "1.13"
|
jsonPatch = "1.13"
|
||||||
springDocOpenAPI = "2.6.0"
|
springDocOpenAPI = "2.6.0"
|
||||||
lucene = "9.11.1"
|
lucene = "9.12.0"
|
||||||
resilience4jVersion = "2.2.0"
|
resilience4jVersion = "2.2.0"
|
||||||
twoFactorAuth = "1.3"
|
twoFactorAuth = "1.3"
|
||||||
tika = "2.9.2"
|
tika = "2.9.2"
|
||||||
|
|
Loading…
Reference in New Issue