Skip to content

Commit

Permalink
Update spring security to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2020
1 parent 996f539 commit e33b567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.16.RELEASE</version>
<version>5.3.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.16.RELEASE</version>
<version>5.3.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
Expand Down

0 comments on commit e33b567

Please sign in to comment.