From f0d124aa4e8a2c1972f68fe0f1d5ba97eb11543c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:23:44 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.8 to 1.4.11. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.8...v_1.4.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 24a010a..5496f64 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'org.slf4j:slf4j-api:2.0.7' - testImplementation 'ch.qos.logback:logback-classic:1.4.8' + testImplementation 'ch.qos.logback:logback-classic:1.4.11' testImplementation 'junit:junit:4.13.2' }