diff --git a/build.gradle b/build.gradle index 38406c1..02a75cf 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ allprojects { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'ch.qos.logback:logback-classic:1.5.18' + testImplementation 'ch.qos.logback:logback-classic:1.5.19' } tasks.withType(Test).configureEach {