From 7cadbcf3b43196db2c481087588a9fccd8661b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 06:50:15 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.6.2 to 4.7.1 Bumps com.github.spotbugs from 4.6.2 to 4.7.1. 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 adaa7e6..50481ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,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.1" } tasks.create("copyHooks") {