From 0daf8554533d700c7602adaf4f2fcb5bc0457e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:50:10 -0400 Subject: [PATCH] build(deps): bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11 (#557) Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.10 to 1.5.11. - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.10...v_1.5.11) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8af7916a..3b76194f 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ testing { implementation 'org.mockito:mockito-core:5.14.1' implementation 'org.mockito:mockito-junit-jupiter:5.14.2' implementation 'com.github.stefanbirkner:system-lambda:1.2.1' - implementation 'ch.qos.logback:logback-classic:1.5.10' + implementation 'ch.qos.logback:logback-classic:1.5.11' } } }