From 3eeef6c09e3088cc21653611c28d7376510f67d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:36:25 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.9 to 6.0.14 Bumps com.github.spotbugs from 6.0.9 to 6.0.14. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... 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 aa08822a..6d7a29fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { java `maven-publish` signing - id("com.github.spotbugs") version "6.0.9" + id("com.github.spotbugs") version "6.0.14" id("com.diffplug.spotless") version "6.25.0" id("pl.allegro.tech.build.axion-release") version "1.17.2" id("io.github.gradle-nexus.publish-plugin") version "2.0.0"