mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 12:22:41 +01:00
build(deps): bump lucene to 9.6.0
This commit is contained in:
parent
aa31c74df2
commit
c01e774d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ dependencies {
|
|||
implementation("commons-validator:commons-validator:1.7")
|
||||
|
||||
run {
|
||||
val luceneVersion = "9.5.0"
|
||||
val luceneVersion = "9.6.0"
|
||||
implementation("org.apache.lucene:lucene-core:$luceneVersion")
|
||||
implementation("org.apache.lucene:lucene-analysis-common:$luceneVersion")
|
||||
implementation("org.apache.lucene:lucene-queryparser:$luceneVersion")
|
||||
|
|
|
|||
Loading…
Reference in a new issue