From b1bba6bdff6862ba32b33b3816d048dd34a039b4 Mon Sep 17 00:00:00 2001 From: Craig Walls Date: Thu, 4 Feb 2016 10:41:46 -0600 Subject: [PATCH] Build against Spring Social 1.1.4.RELEASE --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5bd17cc3..e80295fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ springSecurityVersion=3.2.8.RELEASE junitVersion=4.11 springVersion=4.1.7.RELEASE -springSocialVersion=1.1.0.RELEASE +springSocialVersion=1.1.4.RELEASE hamcrestVersion=1.3 version=1.0.3.BUILD-SNAPSHOT jacksonVersion=2.6.1