aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2020-04-27 16:39:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-27 16:39:54 +0000
commit5523a23a5d8a66f690fc2dec7975cb8bfb8db975 (patch)
treee42e5ad4a5ba7e41999ecfff0e20bf882f6e3098
parent965914be0781fb320ce84126ed03f8e5cc1f7dde (diff)
parent5ad6a2fbd32923ab0e3fb65b9e34c14b590c53a7 (diff)
Merge "Fix bugs reported by sonar/nexus-iq"
-rw-r--r--pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 10f10539..ad450b5b 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>