diff --git a/manual/build.gradle.kts b/manual/build.gradle.kts index 5baf22f5..dde51c63 100644 --- a/manual/build.gradle.kts +++ b/manual/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - testImplementation("org.slf4j:slf4j-api:2.0.9") + testImplementation("org.slf4j:slf4j-api:2.0.10") testImplementation("ch.qos.logback:logback-classic:1.4.14") testImplementation(platform("org.junit:junit-bom:5.10.1")) diff --git a/modules/core/build.gradle.kts b/modules/core/build.gradle.kts index dfa6a4da..badf1ac9 100644 --- a/modules/core/build.gradle.kts +++ b/modules/core/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() } dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - implementation("org.slf4j:slf4j-api:2.0.9") + implementation("org.slf4j:slf4j-api:2.0.10") testImplementation(project(":modules:testutils")) testImplementation("ch.qos.logback:logback-classic:1.4.14") diff --git a/modules/retrofit/build.gradle.kts b/modules/retrofit/build.gradle.kts index 54acc8d5..01134fbc 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - testImplementation("org.slf4j:slf4j-api:2.0.9") + testImplementation("org.slf4j:slf4j-api:2.0.10") testImplementation("ch.qos.logback:logback-classic:1.4.14") testImplementation(platform("org.junit:junit-bom:5.10.1")) diff --git a/modules/selenium/build.gradle.kts b/modules/selenium/build.gradle.kts index 6f10fae4..a8777e21 100644 --- a/modules/selenium/build.gradle.kts +++ b/modules/selenium/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1")) implementation("org.bouncycastle:bcprov-jdk15on:1.70") - testImplementation("org.slf4j:slf4j-api:2.0.9") + testImplementation("org.slf4j:slf4j-api:2.0.10") testImplementation("ch.qos.logback:logback-classic:1.4.14") testImplementation(project(":modules:testutils"))