From a3b000603a289d656b81deb2acaa95bc6e574b11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 13:56:57 +0000 Subject: [PATCH] Bump fastjson from 1.2.71 to 1.2.73 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.71 to 1.2.73. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.71...1.2.73) 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..d41500c3 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.73' implementation 'com.squareup.okhttp3:okhttp:4.9.0' }