diff --git a/build.gradle b/build.gradle index 96637dc..245787f 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' // Logging - testRuntimeOnly 'ch.qos.logback:logback-core:1.4.11' + testRuntimeOnly 'ch.qos.logback:logback-core:1.5.0' testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.11' }