Skip to content

Commit

Permalink
Bump luceneVersion from 10.0.0 to 10.1.0 (JabRef#12332)
Browse files Browse the repository at this point in the history
* Bump luceneVersion from 10.0.0 to 10.1.0

Bumps `luceneVersion` from 10.0.0 to 10.1.0.

Updates `org.apache.lucene:lucene-core` from 10.0.0 to 10.1.0

Updates `org.apache.lucene:lucene-queryparser` from 10.0.0 to 10.1.0

Updates `org.apache.lucene:lucene-queries` from 10.0.0 to 10.1.0

Updates `org.apache.lucene:lucene-analysis-common` from 10.0.0 to 10.1.0

Updates `org.apache.lucene:lucene-highlighter` from 10.0.0 to 10.1.0

---
updated-dependencies:
- dependency-name: org.apache.lucene:lucene-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.lucene:lucene-queryparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.lucene:lucene-queries
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.lucene:lucene-analysis-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.lucene:lucene-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* update index version and module info

---------

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 Dec 23, 2024
1 parent c8acffe commit 5e94f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies {
exclude group: 'commons-logging'
}

def luceneVersion = "10.0.0"
def luceneVersion = "10.1.0"
implementation "org.apache.lucene:lucene-core:$luceneVersion"
implementation "org.apache.lucene:lucene-queryparser:$luceneVersion"
implementation "org.apache.lucene:lucene-queries:$luceneVersion"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
/*
* In case the version is updated, please also increment {@link org.jabref.model.search.LinkedFilesConstants.VERSION} to trigger reindexing.
*/
uses org.apache.lucene.codecs.lucene100.Lucene100Codec;
uses org.apache.lucene.codecs.lucene101.Lucene101Codec;
requires org.apache.lucene.analysis.common;
requires org.apache.lucene.core;
requires org.apache.lucene.highlighter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum LinkedFilesConstants {
* 2. Lucene codec changes (see module-info.java Lucene section)
* Incrementing triggers reindexing.
*/
VERSION("3"),
VERSION("4"),
PATH("path"),
CONTENT("content"),
ANNOTATIONS("annotations"),
Expand Down

0 comments on commit 5e94f20

Please sign in to comment.