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'