diff --git a/graphite-core/build.gradle.kts b/graphite-core/build.gradle.kts index 855693e..0ba9398 100644 --- a/graphite-core/build.gradle.kts +++ b/graphite-core/build.gradle.kts @@ -41,5 +41,5 @@ dependencies { testImplementation(platform(libs.junit.bom)) testImplementation(libs.bundles.testing) testImplementation(libs.wiremock) - testRuntimeOnly("ch.qos.logback:logback-classic:1.5.15") + testRuntimeOnly("ch.qos.logback:logback-classic:1.5.24") }