We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92fd1cc + fa1ce79 commit a1da910Copy full SHA for a1da910
pom.xml
@@ -67,7 +67,7 @@
67
<dependency>
68
<groupId>org.elasticsearch.client</groupId>
69
<artifactId>elasticsearch-rest-client</artifactId>
70
- <version>8.11.2</version>
+ <version>8.15.3</version>
71
</dependency>
72
73
<groupId>org.mariadb.jdbc</groupId>
src/test/resources/docker-db.yml
@@ -31,7 +31,7 @@ services:
31
- "9000"
32
hostname: clickhouse
33
elasticsearch:
34
- image: elasticsearch:8.7.1
+ image: elasticsearch:8.15.3
35
ports:
36
- "9200"
37
environment:
0 commit comments