Skip to content

Commit

Permalink
bump rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jun 26, 2023
1 parent 29eba3c commit 2fc48b5
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,10 +117,10 @@ dependencies {
implementation 'org.apache.pdfbox:fontbox:3.0.0-RC1'
implementation 'org.apache.pdfbox:xmpbox:3.0.0-RC1'

implementation 'org.apache.lucene:lucene-core:9.6.0'
implementation 'org.apache.lucene:lucene-queryparser:9.6.0'
implementation 'org.apache.lucene:lucene-queries:9.6.0'
implementation 'org.apache.lucene:lucene-analysis-common:9.6.0'
implementation 'org.apache.lucene:lucene-core:9.7.0'
implementation 'org.apache.lucene:lucene-queryparser:9.7.0'
implementation 'org.apache.lucene:lucene-queries:9.7.0'
implementation 'org.apache.lucene:lucene-analysis-common:9.7.0'
implementation 'org.apache.lucene:lucene-highlighter:9.7.0'

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

0 comments on commit 2fc48b5

Please sign in to comment.