From 5f40921f6373cdb77fc5fe0873c628f112715536 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 10 May 2017 15:10:13 -0400 Subject: [PATCH] Upgrade to Spring Social Twitter 2.0.0.M2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f2f8e16bd7..33dbef9e7f 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ subprojects { subproject -> springDataRedisVersion = '2.0.0.M3' springGemfireVersion = '2.0.0.M3' springSecurityVersion = '5.0.0.M1' - springSocialTwitterVersion = '2.0.0.M1' + springSocialTwitterVersion = '2.0.0.M2' springRetryVersion = '1.2.0.RELEASE' springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.RC1' springWsVersion = '2.4.0.RELEASE'