diff --git a/build.gradle b/build.gradle index e064053..f93cc76 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" - testRuntimeOnly "ch.qos.logback:logback-classic:1.5.24" + testRuntimeOnly "ch.qos.logback:logback-classic:1.5.32" } test {