Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
habuma committed Apr 16, 2012
1 parent 5180c3f commit 15683ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
.classpath
.project
.settings
.DS_Store
build
**/build
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -17,11 +17,11 @@ configure(allprojects) {
sourceCompatibility=1.5
targetCompatibility=1.5

springSocialVersion = '1.0.2.RELEASE'
jacksonVersion = '1.9.3'
springSocialVersion = '1.1.0.BUILD-SNAPSHOT'
jacksonVersion = '1.9.6'
junitVersion = '4.10'
mockitoVersion = '1.9.0'
springVersion = '3.1.0.RELEASE'
springVersion = '3.1.1.RELEASE'
springSecurityVersion = '3.1.0.RELEASE'
springTestMvcVersion = "1.0.0.BUILD-SNAPSHOT"

Expand Down

0 comments on commit 15683ab

Please sign in to comment.