Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haarli committed Apr 19, 2024
1 parent bc35f98 commit 70bf794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.11.4</version>
<version>8.13.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/mpg/imeji/util/ElasticsearchTestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ElasticsearchTestUtil {

private static final Logger LOGGER = LogManager.getLogger(ElasticsearchTestUtil.class);

private static final String ELASTICSEARCH_DOCKER_IMAGE = "docker.elastic.co/elasticsearch/elasticsearch:8.11.0";
private static final String ELASTICSEARCH_DOCKER_IMAGE = "docker.elastic.co/elasticsearch/elasticsearch:8.13.2";
private static ElasticsearchContainer elasticSearchContainer;

/**
Expand Down

0 comments on commit 70bf794

Please sign in to comment.