Skip to content

Commit

Permalink
upgrade lucene to 9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson committed Jun 8, 2024
1 parent dbf8d02 commit 85211aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nouveau/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'io.dropwizard.metrics:metrics-jersey2'
testImplementation 'io.dropwizard:dropwizard-testing'

def luceneVersion = '9.10.0'
def luceneVersion = '9.11.0'
implementation group: 'org.apache.lucene', name: 'lucene-core', version: luceneVersion
implementation group: 'org.apache.lucene', name: 'lucene-queryparser', version: luceneVersion
implementation group: 'org.apache.lucene', name: 'lucene-analysis-common', version: luceneVersion
Expand Down

0 comments on commit 85211aa

Please sign in to comment.