diff --git a/build.gradle b/build.gradle index dfa3e24..0ecb061 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { // log implementation 'org.slf4j:slf4j-api:2.0.16' - testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.11' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.12' // test framework testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'