From 5e3d12957e5de96ff7339e7a6892f83f44677c47 Mon Sep 17 00:00:00 2001 From: Rick Herrick <jrherrick@wustl.edu> Date: Wed, 24 Feb 2016 15:03:15 -0600 Subject: [PATCH] Downgraded Jackson version to 2.6.5 to address compatibility issue with Spring 4.2.4.RELEASE (Jackson 2.7 is not supported until Spring 4.3). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc0c38ab..9e8ad7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ def vSpringSecurity = '4.0.3.RELEASE' def vSwagger = '2.3.1' def vHibernate = '4.3.11.Final' def vEhcache = '2.6.11' -def vJackson = '2.7.0' +def vJackson = '2.6.5' def vPostgreSQL = '9.4.1207' def vServletApi = '3.1.0' def vTomcat = '7.0.67' -- GitLab