From 7bf1d060fdadb9f39b6b575b76f90bff94156d74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 10:48:49 +0800 Subject: [PATCH] chore(deps): bump annotations from 3.0.1 to 3.0.1u2 (#790) Bumps [annotations](https://github.com/findbugsproject/findbugs) from 3.0.1 to 3.0.1u2. - [Release notes](https://github.com/findbugsproject/findbugs/releases) - [Commits](https://github.com/findbugsproject/findbugs/commits) 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 0b45da4be..c1f83d2cd 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ ext { levelDbVersion = "0.12" jsonVersion = "20190722" fastJsonVersion = "1.2.67" - annotationsVersion = "3.0.1" + annotationsVersion = "3.0.1u2" zxingVersion = "3.4.0" huaweiObsVersion = "3.19.7" }