diff --git a/build.gradle b/build.gradle index 654f411..cf5b472 100644 --- a/build.gradle +++ b/build.gradle @@ -27,11 +27,11 @@ dependencies { testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3') testImplementation('org.mockito:mockito-core:4.11.0') - testImplementation('ch.qos.logback:logback-classic:1.3.15') + testImplementation('ch.qos.logback:logback-classic:1.5.20') testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2') testImplementation('org.assertj:assertj-core:3.27.6') testImplementation('org.hamcrest:hamcrest:2.2') - testRuntimeOnly('ch.qos.logback:logback-core:1.3.15') + testRuntimeOnly('ch.qos.logback:logback-core:1.5.20') compileOnly('org.projectlombok:lombok:1.18.42') annotationProcessor('org.projectlombok:lombok:1.18.42')