diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8f7b60e7..182287df 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -135,5 +135,5 @@ dependencies { testImplementation("com.tngtech.archunit:archunit-junit5:1.3.0") // https://github.com/qos-ch/slf4j/tags - testImplementation("org.slf4j:slf4j-simple:2.0.12") + testImplementation("org.slf4j:slf4j-simple:2.0.13") }