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