diff --git a/build.gradle b/build.gradle index 20e2c20..5a1bfe5 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.10' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.11' // test framework testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'