Skip to content

Commit

Permalink
bump Elasticsearch version to 8.11.0 (and lucene to 9.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhazin-r7 authored Nov 7, 2023
1 parent 39a3eb6 commit 9df2ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>${elasticsearch.version}</version>
<packaging>jar</packaging>
<properties>
<elasticsearch.version>8.10.4</elasticsearch.version>
<lucene.version>9.7.0</lucene.version>
<elasticsearch.version>8.11.0</elasticsearch.version>
<lucene.version>9.8.0</lucene.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 9df2ba3

Please sign in to comment.