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

Commit

Permalink
WIP #126: Upgrade Spring Boot 0.5.0.{M4 => M6}
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Nov 12, 2013
1 parent cc6f0bb commit 3d077c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagan-common/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile "org.springframework:spring-context:${vSpringCore}"
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'
compile "org.springframework.boot:spring-boot-starter-data-jpa:${vSpringBoot}"

compile 'org.elasticsearch:elasticsearch:0.90.2'
compile('io.searchbox:jest:0.0.4') {
Expand Down

0 comments on commit 3d077c0

Please sign in to comment.