From 4e7d4c93dd1fb1f2d0c1a76c36a208ef5b872517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:58:58 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 (#44) Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.16. - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16) --- 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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 50aa118..0481c13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { // Align versions of all Kotlin components implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation(kotlin("stdlib")) - implementation("ch.qos.logback:logback-classic:1.5.15") + implementation("ch.qos.logback:logback-classic:1.5.16") implementation("net.logstash.logback:logstash-logback-encoder:8.0") implementation("org.jetbrains:annotations:26.0.1") implementation("com.natpryce:konfig:1.6.10.0")