Skip to content

Commit

Permalink
Oppgradere til Lucene 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyGrini committed Oct 25, 2023
1 parent 4d5666b commit 9679c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<logstash-logback-encoder.version>7.4</logstash-logback-encoder.version>

<docx4j.version>11.4.9</docx4j.version>
<lucene.version>8.11.2</lucene.version>
<lucene.version>9.8.0</lucene.version>
<shedlock.version>5.9.1</shedlock.version>
<commons-collections4.version>4.4</commons-collections4.version>
<microsoft-graph.version>5.75.0</microsoft-graph.version>
Expand Down Expand Up @@ -157,7 +157,7 @@
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-phonetic</artifactId>
<artifactId>lucene-analysis-phonetic</artifactId>
<version>${lucene.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -461,7 +461,7 @@
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-phonetic</artifactId>
<artifactId>lucene-analysis-phonetic</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 9679c1b

Please sign in to comment.