diff --git a/build.gradle.kts b/build.gradle.kts index 71643d2..fd526a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("org.openjdk.jmh:jmh-core:$jmhVersion") annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion") implementation("com.fasterxml.jackson.core:jackson-databind") - implementation("com.github.spotbugs:spotbugs-annotations:4.9.1") + implementation("com.github.spotbugs:spotbugs-annotations:4.9.3") implementation("org.creekservice:creek-test-util:$creekVersion") implementation("org.ow2.asm:asm:9.7.1")