DWN-33305 : upgrade spring security to 4.2.16.RELEASE
parent
e135d67655
commit
5014043b13
11
pom.xml
11
pom.xml
|
@ -385,10 +385,13 @@
|
|||
<!-- Spring Security -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-bom</artifactId>
|
||||
<version>4.2.13.RELEASE</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>4.2.16.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-taglibs</artifactId>
|
||||
<version>4.2.16.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
|
|
Loading…
Reference in New Issue