From 29cd61e71055752b0ff22636a7980d0945614476 Mon Sep 17 00:00:00 2001 From: Yauheni_Lesnikau <YLesnikau@slb.com> Date: Tue, 10 Nov 2020 16:59:10 +0300 Subject: [PATCH] fix whistesource issues for the indexer-core and indexer-azure; --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bf363b56..8d6c8317d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.16.RELEASE</version> + <version>2.1.18.RELEASE</version> <relativePath/> </parent> @@ -30,6 +30,7 @@ <elasticsearch.version>6.8.1</elasticsearch.version> <netty.version>4.1.51.Final</netty.version> <reactor-netty.version>0.8.20.RELEASE</reactor-netty.version> + <woodstox-core.version>6.2.3</woodstox-core.version> <!-- <maven.compiler.target>1.8</maven.compiler.target>--> <!-- <maven.compiler.source>1.8</maven.compiler.source>--> <!-- <maven.war.plugin>2.6</maven.war.plugin>--> @@ -112,6 +113,11 @@ <artifactId>reactor-netty</artifactId> <version>${reactor-netty.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>${woodstox-core.version}</version> + </dependency> </dependencies> </dependencyManagement> -- GitLab