Skip to content

Commit 08bf0fa

Browse files
issue apache#3161 ported pr commits apache#3381
1 parent 2a10e22 commit 08bf0fa

File tree

1 file changed

+8
-1
lines changed
  • log4j-layout-template-json-test

1 file changed

+8
-1
lines changed

log4j-layout-template-json-test/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
2. The Docker image version of the ELK-stack
5050
5151
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>
52+
<elastic.version>9.1.3</elastic.version>
5353

5454
</properties>
5555

@@ -121,6 +121,13 @@
121121
<scope>test</scope>
122122
</dependency>
123123

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+
124131
</dependencies>
125132

126133
<build>

0 commit comments

Comments
 (0)