aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-27 18:26:28 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-27 18:26:28 +0200
commit5ad6a2fbd32923ab0e3fb65b9e34c14b590c53a7 (patch)
tree2e30c054f1a41547e414d0bbcb754eb326dbfbea
parentfc1dec6302b13f82de579685aa62506e704bf916 (diff)
Fix bugs reported by sonar/nexus-iq
Rollback fixes for Nexus-iq, it does not help Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I280c4cf612298d1cda64b8ed39a0a416f936fdc4
-rw-r--r--pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 99123dd0..55448a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<eelf.core.version>1.0.0</eelf.core.version>
<camel.version>2.25.0</camel.version>
- <springboot.version>2.2.5.RELEASE</springboot.version>
+ <springboot.version>2.2.6.RELEASE</springboot.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -390,10 +390,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -507,6 +503,11 @@
</dependency>
<!-- Other dependencies to fix nexus IQ reported vulnerabilities -->
<dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-web</artifactId>
+ <version>5.2.3.RELEASE</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>