From be8e556daebd06f2d55569c39fc73aa1a78af63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:59:12 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.6.2 to 4.7.0 Bumps com.github.spotbugs from 4.6.2 to 4.7.0. Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4545d58..94984bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { checkstyle id("com.github.johnrengelman.shadow") version "6.1.0" id("com.gorylenko.gradle-git-properties") version "2.2.4" - id("com.github.spotbugs") version "4.6.2" + id("com.github.spotbugs") version "4.7.0" } tasks.create("copyHooks") {