Skip to content

Commit 84c7716

Browse files
ramanathan1504vy
andauthored
Bump elasticsearch-java to version 9.x (#3901)
Signed-off-by: Ramanathan <ramanathanbscmca@gmail.com> Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
1 parent 745d096 commit 84c7716

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
@@ -48,7 +48,7 @@
4848
2. The Docker image version of the ELK-stack
4949
5050
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>
51+
<elastic.version>9.1.3</elastic.version>
5252

5353
</properties>
5454

@@ -96,6 +96,13 @@
9696
<scope>test</scope>
9797
</dependency>
9898

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+
99106
<dependency>
100107
<groupId>com.fasterxml.jackson.core</groupId>
101108
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)