From 08f46654feabc55f4f68ef96b93c277628fc5ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:08:08 +0000 Subject: [PATCH] build(deps): bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.15 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.6 to 1.5.15. - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.15) --- 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 bb18c53e..cd40bb1a 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.34' testAnnotationProcessor 'org.projectlombok:lombok:1.18.34' - testImplementation 'ch.qos.logback:logback-classic:1.5.6' + testImplementation 'ch.qos.logback:logback-classic:1.5.15' testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.mockito:mockito-inline:5.2.0'