diff --git a/build.gradle b/build.gradle index b8a9488..16d7ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,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' }