From 990fed2d784611e86054fee03e54d1e7e8835960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:03:11 +0000 Subject: [PATCH] core: bump com.github.spotbugs from 6.0.9 to 6.1.6 in /core Bumps com.github.spotbugs from 6.0.9 to 6.1.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gradle/libs.versions.toml b/core/gradle/libs.versions.toml index f748a52c88d..dd9e091fcba 100644 --- a/core/gradle/libs.versions.toml +++ b/core/gradle/libs.versions.toml @@ -76,7 +76,7 @@ kotlin-jvm = { id = 'org.jetbrains.kotlin.jvm', version.ref = 'kotlin' } kotlin-serialization = { id = 'org.jetbrains.kotlin.plugin.serialization', version.ref = 'kotlin' } # java -spotbugs = { id = 'com.github.spotbugs', version = '6.0.9' } +spotbugs = { id = 'com.github.spotbugs', version = '6.1.6' } spotless = { id = 'com.diffplug.spotless', version = '6.25.0' } shadow = { id = 'com.github.johnrengelman.shadow', version = '8.1.1' } versions = { id = 'com.github.ben-manes.versions', version = '0.51.0' }