bumped oauth2 dependency to 2.1.4 because of CVE-2019-3778

pull/1469/head
hedleyja 2019-03-14 14:52:40 +00:00
parent ae7debba2f
commit 4b11b2366a
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.4.RELEASE</version>
</dependency>
<!-- Servlet -->