From d7338c4ad1aa97fd1524b3cb9fcb003f05d91976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:30:29 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.3 to 1.5.6. - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.3...v_1.5.6) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ea2cdf0..8e9bd8a6 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.apache.commons:commons-dbcp2:2.12.0' implementation 'org.mybatis:mybatis:3.4.6' implementation 'org.flywaydb:flyway-core:4.2.0' - runtimeOnly 'ch.qos.logback:logback-classic:1.5.3' + runtimeOnly 'ch.qos.logback:logback-classic:1.5.6' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'org.mockito:mockito-core:5.11.0'