From a43015e09f70c3a0dfbdb8830c44af7081c5031e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:51:56 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.4.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ca08c57..e5a13d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.gradleup.shadow:shadow-gradle-plugin:9.2.2") implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4") implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.1.0") - implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.5") + implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.7") compileOnly(gradleApi()) testImplementation(gradleTestKit())