From 8652b9fa625f79fbe7997e174af296d57e941b03 Mon Sep 17 00:00:00 2001 From: AMIT KUMAR <amit.kumar@tarento.com> Date: Wed, 5 Jan 2022 11:03:25 +0530 Subject: [PATCH] Issue #SB-28017 feat: upgraded es rest client (#1026) * Issue #SB-28017 feat: upgraded es rest client --- core/es-utils/pom.xml | 2 +- core/platform-common/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/es-utils/pom.xml b/core/es-utils/pom.xml index 89004fbd0..f975e40a9 100644 --- a/core/es-utils/pom.xml +++ b/core/es-utils/pom.xml @@ -29,7 +29,7 @@ <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> - <version>6.3.2</version> + <version>6.8.22</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/core/platform-common/pom.xml b/core/platform-common/pom.xml index 71cf51df2..6cf59f562 100644 --- a/core/platform-common/pom.xml +++ b/core/platform-common/pom.xml @@ -132,6 +132,10 @@ <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>*</artifactId> -- GitLab