Skip to content

Commit

Permalink
Merge pull request #1567 from ArcadeData/update/lucene-9.10
Browse files Browse the repository at this point in the history
update lucene to 9.10.0
  • Loading branch information
mergify[bot] authored May 3, 2024
2 parents d732fca + a0912d0 commit 7dadabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<disruptor.version>1.2.21</disruptor.version>
<gson.version>2.10.1</gson.version>
<lz4-java.version>1.8.0</lz4-java.version>
<lucene.version>8.11.3</lucene.version>
<lucene.version>9.10.0</lucene.version>
<graalvm.version>22.3.5</graalvm.version>
<hnswlib.version>1.1.0</hnswlib.version>
<spatial4j.version>0.8</spatial4j.version>
Expand Down Expand Up @@ -106,7 +106,7 @@
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<artifactId>lucene-analysis-common</artifactId>
<version>${lucene.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 7dadabc

Please sign in to comment.