Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Upgrade Spring Security 3.2.0.{RC1 => RC2}
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 12, 2013
1 parent 697f338 commit 5bc33bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
ext.vSpringBoot = '0.5.0.M4'
ext.vSpringCore = '4.0.0.RC1'
ext.vSpringSec = '3.2.0.RC2'
ext.vHttpClient = '4.3-beta2'
ext.vJunit = '4.11'

Expand Down
2 changes: 1 addition & 1 deletion sagan-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceSets {

dependencies {
compile "org.springframework:spring-context:${vSpringCore}"
compile 'org.springframework.security:spring-security-core:3.2.0.RC1'
compile "org.springframework.security:spring-security-core:${vSpringSec}"
compile 'org.springframework.social:spring-social-github:1.0.0.M4'
compile 'org.springframework.boot:spring-boot-starter-data-jpa:0.5.0.M4'

Expand Down
2 changes: 1 addition & 1 deletion sagan-site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter-web:${vSpringBoot}"
compile "org.springframework.boot:spring-boot-starter-actuator:${vSpringBoot}"
compile "org.springframework.boot:spring-boot-starter-security:${vSpringBoot}"
compile "org.springframework.security:spring-security-acl:3.2.0.RC1"
compile "org.springframework.security:spring-security-acl:${vSpringSec}"

// thymeleaf is used as the template engine for serving HTML
compile 'org.thymeleaf:thymeleaf-spring3:2.0.18'
Expand Down

0 comments on commit 5bc33bf

Please sign in to comment.