We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745d096 commit 84c7716Copy full SHA for 84c7716
log4j-layout-template-json-test/pom.xml
@@ -48,7 +48,7 @@
48
2. The Docker image version of the ELK-stack
49
50
As of 2024-09-16, these all (Maven artifacts and Elastic products) get released with the same version. -->
51
- <elastic.version>8.17.3</elastic.version>
+ <elastic.version>9.1.3</elastic.version>
52
53
</properties>
54
@@ -96,6 +96,13 @@
96
<scope>test</scope>
97
</dependency>
98
99
+ <dependency>
100
+ <groupId>org.elasticsearch.client</groupId>
101
+ <artifactId>elasticsearch-rest-client</artifactId>
102
+ <version>${elastic.version}</version>
103
+ <scope>test</scope>
104
+ </dependency>
105
+
106
<dependency>
107
<groupId>com.fasterxml.jackson.core</groupId>
108
<artifactId>jackson-databind</artifactId>
0 commit comments