Skip to content

Commit

Permalink
Upgrade Spring Security to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Dec 31, 2013
1 parent 217f838 commit c32a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ configure(subprojects.findAll {it.name != "spring-js-resources"}) { subproject -

subproject.ext {
springVersion = "4.0.0.RELEASE"
springSecurityVersion = "3.1.3.RELEASE"
springSecurityVersion = "3.2.0.RELEASE"
slf4jVersion = "1.6.1"
log4jVersion = "1.2.15"
}
Expand Down

0 comments on commit c32a2e2

Please sign in to comment.