From 0cdbd7e5d367263e571eb6cf9c1a73cd85f19fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:03:18 +0000 Subject: [PATCH] fix(deps): bump ch.qos.logback:logback-core from 1.3.15 to 1.5.20 Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.15 to 1.5.20. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.3.15...v_1.5.20) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')