From 2479604d0fd705ba0f2ac207bb4c126024dcb06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:44:04 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.21 to 6.0.23 Bumps com.github.spotbugs from 6.0.21 to 6.0.23. --- 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 edd04eb..984e760 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { id("io.micronaut.application") version "3.7.10" id("com.diffplug.spotless") version "6.25.0" id("io.gitlab.arturbosch.detekt") version "1.23.7" - id("com.github.spotbugs") version "6.0.21" + id("com.github.spotbugs") version "6.0.23" jacoco id("com.adarshr.test-logger") version "4.0.0" id("com.google.cloud.tools.jib") version "3.4.3"