From da65b9e79a42f8ca7c9123d031592ad8fecf1b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:34:20 +0000 Subject: [PATCH] Bump logback-classic from 1.2.7 to 1.4.4 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.7 to 1.4.4. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.7...v_1.4.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... 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 dd041b2..8662549 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("io.ktor:ktor-client-apache:1.6.5") implementation("io.github.microutils:kotlin-logging-jvm:2.1.0") - implementation("ch.qos.logback:logback-classic:1.2.7") + implementation("ch.qos.logback:logback-classic:1.4.4") implementation("org.bundleproject:libversion:0.0.2") }