From 9b169ac957896f0efaac43516b401ef2a997a454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:42:21 +0800 Subject: [PATCH] build(deps): bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 (#80) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scalabot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 8af5f7d..a9cc2ea 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.7") implementation("io.github.microutils:kotlin-logging:3.0.5") - implementation("ch.qos.logback:logback-classic:1.4.8") + implementation("ch.qos.logback:logback-classic:1.4.11") val aetherVersion = "1.1.0" implementation("org.eclipse.aether:aether-api:$aetherVersion")