This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 84c77160a1 Bump elasticsearch-java to version 9.x (#3901)
84c77160a1 is described below

commit 84c77160a1a9b0a561a9dae46a5b7e9fd8093ea1
Author: Ramanathan <[email protected]>
AuthorDate: Fri Oct 3 19:21:38 2025 +0530

    Bump elasticsearch-java to version 9.x (#3901)
    
    Signed-off-by: Ramanathan <[email protected]>
    Co-authored-by: Volkan Yazıcı <[email protected]>
---
 log4j-layout-template-json-test/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/log4j-layout-template-json-test/pom.xml 
b/log4j-layout-template-json-test/pom.xml
index 6f77cb724a..00da24c198 100644
--- a/log4j-layout-template-json-test/pom.xml
+++ b/log4j-layout-template-json-test/pom.xml
@@ -48,7 +48,7 @@
          2. The Docker image version of the ELK-stack
 
          As of 2024-09-16, these all (Maven artifacts and Elastic products) 
get released with the same version. -->
-    <elastic.version>8.17.3</elastic.version>
+    <elastic.version>9.1.3</elastic.version>
 
   </properties>
 
@@ -96,6 +96,13 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.elasticsearch.client</groupId>
+      <artifactId>elasticsearch-rest-client</artifactId>
+      <version>${elastic.version}</version>
+      <scope>test</scope>
+    </dependency>
+
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>

Reply via email to