mirror of https://github.com/halo-dev/halo
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
parent
229bcafe71
commit
acb738a8ac
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue