From 9667bd7bcdbeb8911f7084e9da03a1bd9fa20312 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:15:48 +0000 Subject: [PATCH] Bump fastjson from 1.2.71 to 1.2.76 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.71 to 1.2.76. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.71...1.2.76) 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..d7d54e56 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.76' implementation 'com.squareup.okhttp3:okhttp:4.9.0' }