From 886100dc8d04c59674815b3f31588915938b9e86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:14:52 +0000 Subject: [PATCH] Bump fastjson from 1.2.71 to 1.2.74 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.71 to 1.2.74. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.71...1.2.74) Signed-off-by: dependabot-preview[bot] --- upd8r/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8r/build.gradle b/upd8r/build.gradle index ac7f9e27..0d0ac8e5 100644 --- a/upd8r/build.gradle +++ b/upd8r/build.gradle @@ -8,7 +8,7 @@ ext { } dependencies { - implementation 'com.alibaba:fastjson:1.2.71' + implementation 'com.alibaba:fastjson:1.2.74' implementation 'com.squareup.okhttp3:okhttp:4.9.0' }