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' }