Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 3510865

Browse files
committed
Upgraded to Spring Framework 3.1.0.RELEASE dependency
1 parent c2fc009 commit 3510865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ configure(javaprojects) {
9494
apply from: "$buildSrcDir/schema-publication.gradle"
9595

9696
springSocialVersion = '1.0.0.BUILD-SNAPSHOT'
97-
jacksonVersion = '1.8.3'
97+
jacksonVersion = '1.9.2'
9898
junitVersion = '4.8.2'
9999
mockitoVersion = '1.8.5'
100-
springVersion = '3.1.0.M2'
100+
springVersion = '3.1.0.RELEASE'
101101

102102
sourceSets {
103103
main {

0 commit comments

Comments
 (0)