From 301fa350c631e167d4eb40e95e1fa98340a934be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 08:53:45 +0800 Subject: [PATCH] chore(deps): bump fastjson from 1.2.67 to 1.2.68 (#800) Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.67 to 1.2.68. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.67...1.2.68) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99c47e8db..66ff1ca06 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ ext { h2Version = "1.4.196" levelDbVersion = "0.12" jsonVersion = "20190722" - fastJsonVersion = "1.2.67" + fastJsonVersion = "1.2.68" annotationsVersion = "3.0.1u2" zxingVersion = "3.4.0" huaweiObsVersion = "3.19.7"