Skip to content

Commit

Permalink
Merge pull request #4923 from apache/lucene-9.9
Browse files Browse the repository at this point in the history
upgrade to lucene 9.9.0
  • Loading branch information
rnewson authored Dec 18, 2023
2 parents d86847d + 32b5628 commit 0c2ed86
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.8.0'
def luceneVersion = '9.9.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 0c2ed86

Please sign in to comment.