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 2a10e22 commit 08bf0faCopy full SHA for 08bf0fa
log4j-layout-template-json-test/pom.xml
@@ -49,7 +49,7 @@
49
2. The Docker image version of the ELK-stack
50
51
As of 2024-09-16, these all (Maven artifacts and Elastic products) get released with the same version. -->
52
- <elastic.version>8.17.3</elastic.version>
+ <elastic.version>9.1.3</elastic.version>
53
54
</properties>
55
@@ -121,6 +121,13 @@
121
<scope>test</scope>
122
</dependency>
123
124
+ <dependency>
125
+ <groupId>org.elasticsearch.client</groupId>
126
+ <artifactId>elasticsearch-rest-client</artifactId>
127
+ <version>8.13.4</version>
128
+ <scope>test</scope>
129
+ </dependency>
130
+
131
</dependencies>
132
133
<build>
0 commit comments