diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 557dc25a..fcba09a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } resourceloader = "org.danilopianini:thread-inheritable-resource-loader:0.3.8" slf4j = "org.slf4j:slf4j-api:2.0.18" -spotbugs-annotations = "com.github.spotbugs:spotbugs-annotations:4.10.3" +spotbugs-annotations = "com.github.spotbugs:spotbugs-annotations:4.10.4" [bundles] kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm", "mockito-core" ]