Skip to content

Commit

Permalink
Bump lucene-core from 3.5.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps lucene-core from 3.5.0 to 7.1.0.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent d195457 commit 25d85e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frameworks/EOF/ERIndexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<!-- This Lucene version is ancient, more modern version require a refactoring -->
<version>2.9.3</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<!-- a more recent version exists (e.g. 8.6.3) but upgrading must be synchronized with upgrading neo44j -->
<version>3.5.0</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down

0 comments on commit 25d85e9

Please sign in to comment.