spring-web-security update 44/106344/2
authorsebdet <sebastien.determe@intl.att.com>
Tue, 21 Apr 2020 11:43:45 +0000 (13:43 +0200)
committersebdet <sebastien.determe@intl.att.com>
Tue, 21 Apr 2020 11:53:59 +0000 (13:53 +0200)
upgrade spring-web-security to a less vulnerable version

Issue-ID: CLAMP-832
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie272218e9c85b056a6bea92b3caf8072f298524d

pom.xml

diff --git a/pom.xml b/pom.xml
index 9825d35..f51acac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>dom4j</artifactId>
                        <version>2.1.3</version>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.security</groupId>
+                       <artifactId>spring-security-web</artifactId>
+                       <version>5.2.3.RELEASE</version>
+               </dependency>
 
                <!-- TESTING -->
                <dependency>