DWN-26583: Upgraded spring oauth to version 2.1.3 for security
parent
34d1425fc5
commit
b13874b5db
2
pom.xml
2
pom.xml
|
@ -393,7 +393,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security.oauth</groupId>
|
<groupId>org.springframework.security.oauth</groupId>
|
||||||
<artifactId>spring-security-oauth2</artifactId>
|
<artifactId>spring-security-oauth2</artifactId>
|
||||||
<version>2.1.2.RELEASE</version>
|
<version>2.1.3.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Servlet -->
|
<!-- Servlet -->
|
||||||
|
|
Loading…
Reference in New Issue