Skip to content

Commit

Permalink
Update ElasticSearch to 8.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 3, 2024
1 parent 66fdcc7 commit 723f1ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ compile "org.janusgraph:janusgraph-core:1.1.0"
* Apache HBase 2.6.0
* Oracle BerkeleyJE 7.5.11
* ScyllaDB 5.1.4
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.15.3
* Apache Lucene 8.11.1
* Apache Solr 8.11.1
* Apache TinkerPop 3.7.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class JanusGraphElasticsearchContainer extends ElasticsearchContainer {

private static final Integer ELASTIC_PORT = 9200;
private static final String DEFAULT_VERSION = "8.10.4";
private static final String DEFAULT_VERSION = "8.15.3";
private static final String DEFAULT_IMAGE = "docker.elastic.co/elasticsearch/elasticsearch";

public static ElasticMajorVersion getEsMajorVersion() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- align with org.apache.spark:spark-core_2.12 -->
<jackson2.version>2.17.2</jackson2.version>
<lucene-solr.version>8.11.3</lucene-solr.version>
<elasticsearch.version>8.10.4</elasticsearch.version>
<elasticsearch.version>8.15.3</elasticsearch.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>3.2.2</commons.collections.version>
<zookeeper.version>3.9.2</zookeeper.version>
Expand Down

0 comments on commit 723f1ad

Please sign in to comment.