diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index e56da7a62..8fa3f9fba 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -35,11 +35,11 @@ dependencies { api("org.mockito:mockito-core:4.11.0") api("org.mockito:mockito-inline:4.11.0") api("org.mockito:mockito-junit-jupiter:4.11.0") - api("org.slf4j:slf4j-api:2.0.16") - api("org.slf4j:slf4j-simple:2.0.16") - api("org.slf4j:log4j-over-slf4j:2.0.16") - api("org.slf4j:jcl-over-slf4j:2.0.16") - api("org.slf4j:jul-to-slf4j:2.0.16") + api("org.slf4j:slf4j-api:2.0.17") + api("org.slf4j:slf4j-simple:2.0.17") + api("org.slf4j:log4j-over-slf4j:2.0.17") + api("org.slf4j:jcl-over-slf4j:2.0.17") + api("org.slf4j:jul-to-slf4j:2.0.17") api("com.google.code.findbugs:annotations:3.0.1u2") api("com.google.code.findbugs:jsr305:3.0.2")