Skip to content

Commit

Permalink
Bump org.apache.lucene:lucene-queries from 9.9.1 to 9.10.0 (JabRef#10920
Browse files Browse the repository at this point in the history
)

* Bump org.apache.lucene:lucene-queries from 9.9.1 to 9.10.0

Bumps org.apache.lucene:lucene-queries from 9.9.1 to 9.10.0.

---
updated-dependencies:
- dependency-name: org.apache.lucene:lucene-queries
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* introduce var for lucene

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Siedlerchr <[email protected]>
  • Loading branch information
dependabot[bot] and Siedlerchr authored Feb 26, 2024
1 parent d811923 commit ecc02e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ dependencies {
exclude group: 'org.junit.jupiter'
}

implementation 'org.apache.lucene:lucene-core:9.9.2'
implementation 'org.apache.lucene:lucene-queryparser:9.9.2'
implementation 'org.apache.lucene:lucene-queries:9.9.1'
implementation 'org.apache.lucene:lucene-analysis-common:9.9.2'
implementation 'org.apache.lucene:lucene-highlighter:9.9.2'
def luceneVersion = "9.10.0"
implementation "org.apache.lucene:lucene-core:$luceneVersion"
implementation "org.apache.lucene:lucene-queryparser:$luceneVersion"
implementation "org.apache.lucene:lucene-queries:$luceneVersion"
implementation "org.apache.lucene:lucene-analysis-common:$luceneVersion"
implementation "org.apache.lucene:lucene-highlighter:$luceneVersion"

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 ecc02e2

Please sign in to comment.