From bad3bea8b5babb069497c2f180f5211f9c726c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 03:26:51 +0000 Subject: [PATCH] Bump logback-classic from 1.3.0-alpha10 to 1.3.0-alpha12 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha10 to 1.3.0-alpha12. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.3.0-alpha10...v_1.3.0-alpha12) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c1d641..c377832 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("io.ktor:ktor-client-serialization:1.6.7") implementation("ch.qos.logback:logback-core:1.3.0-alpha10") - implementation("ch.qos.logback:logback-classic:1.3.0-alpha10") + implementation("ch.qos.logback:logback-classic:1.3.0-alpha12") implementation("io.github.microutils:kotlin-logging:2.1.20")