Skip to content

Commit

Permalink
Update all of lucene
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 4, 2023
1 parent 7ec5742 commit 506596e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ dependencies {
implementation 'org.apache.pdfbox:fontbox:3.0.0'
implementation 'org.apache.pdfbox:xmpbox:3.0.0'

implementation 'org.apache.lucene:lucene-core:9.8.0'
implementation 'org.apache.lucene:lucene-queryparser:9.8.0'
implementation 'org.apache.lucene:lucene-core:9.9.0'
implementation 'org.apache.lucene:lucene-queryparser:9.9.0'
implementation 'org.apache.lucene:lucene-queries:9.9.0'
implementation 'org.apache.lucene:lucene-analysis-common:9.8.0'
implementation 'org.apache.lucene:lucene-highlighter:9.8.0'
implementation 'org.apache.lucene:lucene-analysis-common:9.9.0'
implementation 'org.apache.lucene:lucene-highlighter:9.9.0'

implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.10.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
Expand Down

0 comments on commit 506596e

Please sign in to comment.