From 5ad6a2fbd32923ab0e3fb65b9e34c14b590c53a7 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 27 Apr 2020 18:26:28 +0200 Subject: [PATCH] Fix bugs reported by sonar/nexus-iq Rollback fixes for Nexus-iq, it does not help Issue-ID: CLAMP-841 Signed-off-by: sebdet Change-Id: I280c4cf612298d1cda64b8ed39a0a416f936fdc4 --- pom.xml | 11 ++++++----- 1 file 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 @@ 1.0.0 2.25.0 - 2.2.5.RELEASE + 2.2.6.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -390,10 +390,6 @@ org.springframework.boot spring-boot-starter-json - - org.springframework - spring-web - @@ -506,6 +502,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils -- 2.16.6