From e40c7f75dbc7018b5b00ee9ef9fdea86c222958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:03:24 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.13 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.4.13. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.11...v_1.4.13) --- 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 02b7e6e9..f9b1a767 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.apache.commons:commons-dbcp2:2.11.0' implementation 'org.mybatis:mybatis:3.4.6' implementation 'org.flywaydb:flyway-core:4.2.0' - runtimeOnly 'ch.qos.logback:logback-classic:1.4.11' + runtimeOnly 'ch.qos.logback:logback-classic:1.4.13' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' testImplementation 'org.mockito:mockito-core:5.7.0'