diff --git a/build.gradle.kts b/build.gradle.kts index 44619d6..dedacf4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val jspecifyVersion = "0.2.0" dependencies { compileOnly("com.github.spotbugs:spotbugs:$spotbugsVersion") compileOnly("org.jspecify:jspecify:$jspecifyVersion") - compileOnly("org.slf4j:slf4j-api:2.0.2") + compileOnly("org.slf4j:slf4j-api:2.0.3") testImplementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0") testImplementation("com.github.spotbugs:spotbugs:$spotbugsVersion") testImplementation("com.github.spotbugs:test-harness:$spotbugsVersion")