Skip to content

Commit

Permalink
Upgrade Spring deps to latest maintenance releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Sep 15, 2017
1 parent df0eab5 commit 4304449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ configure(subprojects.findAll {
}

subproject.ext {
springVersion = "4.3.0.RELEASE"
springSecurityVersion = "4.1.0.RELEASE"
springVersion = "4.3.11.RELEASE"
springSecurityVersion = "4.1.4.RELEASE"
slf4jVersion = "1.7.21"
log4jVersion = "1.2.17"
tiles2Version = "2.2.2"
Expand Down

0 comments on commit 4304449

Please sign in to comment.