diff --git a/build.gradle b/build.gradle index 7ba96e2..29d27ff 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'org.wiremock:wiremock:3.13.2' testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.24' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.25' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }