From 41d5b36eb3dd9b7c1ba98837bea1473126269619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:02:39 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.10.4 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]