diff --git a/build.gradle.kts b/build.gradle.kts index 2e44459..ca9b4b5 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.3") + implementation("com.github.spotbugs:spotbugs-annotations:4.9.6") implementation("org.creekservice:creek-test-util:$creekVersion") implementation("org.ow2.asm:asm:9.8")