diff --git a/build.gradle.kts b/build.gradle.kts index a6729c4..806d638 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ repositories { val junitVersion = "5.7.0" dependencies { - compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.4") + compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.5") testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion) testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion) testImplementation("org.assertj", "assertj-core", "3.18.1")