From 35d158ee3e8069595373d905a56b5c1bc03460e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:49:09 +0000 Subject: [PATCH] core: bump com.github.spotbugs from 6.0.9 to 6.1.0 in /core Bumps com.github.spotbugs from 6.0.9 to 6.1.0. --- 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 52f87470e61..db34e86eba6 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.0' } 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' }