From 931ea360f73e5ae3aef54f0f0fd199fb7dd40baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:04:58 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.6.2 to 5.0.5 Bumps com.github.spotbugs from 4.6.2 to 5.0.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... 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..6fbfc3e 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 "5.0.5" } tasks.create("copyHooks") {