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 Jul 21, 2020
1 parent d73baa3 commit 1cbad5f
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.17.RELEASE</version>
<version>5.3.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.17.RELEASE</version>
<version>5.3.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
Expand Down

0 comments on commit 1cbad5f

Please sign in to comment.