From 159a9ea812b575d3b0bfeec616f7e07c76597379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 12:48:32 +0000 Subject: [PATCH] Bump json-simple from 1.1 to 1.1.1 Bumps json-simple from 1.1 to 1.1.1. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 261f884bc..cbc2d7b44 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:3.12.1' // https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple - compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1' + compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1' } def pomConfig = {