diff --git a/build.gradle.kts b/build.gradle.kts index 72b3520..942f584 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.assertj:assertj-core:3.24.2") testRuntimeOnly("org.slf4j:jul-to-slf4j:2.0.9") - testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9") + testRuntimeOnly("org.slf4j:slf4j-simple:2.0.13") "exampleImplementation"(project)