diff --git a/core/es-utils/pom.xml b/core/es-utils/pom.xml index 89004fbd0a194aae7bd3b6c96d23739a889aeb83..f975e40a9de6cf057e45b064887d6798b2719ec5 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 71cf51df28532cd93ca5e971c8796e59ba0792bb..6cf59f5629e165682b4ad1be3b63f10b07726946 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>