From 07a515245135e3bc7d8d63054f856a7ee9032dee Mon Sep 17 00:00:00 2001 From: Jochen Berger Date: Tue, 16 Dec 2014 08:49:54 +0100 Subject: [PATCH] update json-smart to 2.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa6d53a4..5b9a21eb 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { libs = [ slf4jApi: 'org.slf4j:slf4j-api:1.7.7', - jsonSmart: 'net.minidev:json-smart:2.1.0', + jsonSmart: 'net.minidev:json-smart:2.1.1', jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.3.4', gson: 'com.google.code.gson:gson:2.3', hamcrestCore: 'org.hamcrest:hamcrest-core:1.3',