From 5e80b325a7dfcdb20f7efd13c90211c55633c127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:25:15 +0000 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E2=AC=86=EF=B8=8F=20Update=20de?= =?UTF-8?q?pendency=20org.slf4j:slf4j-simple=20to=20v2.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bf61c3e..7f9f7c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("com.xenomachina:kotlin-argparser:2.0.7") implementation("io.github.cdimascio:dotenv-kotlin:6.5.1") implementation("io.github.oshai:kotlin-logging-jvm:7.0.7") - implementation("org.slf4j:slf4j-simple:2.0.17") + implementation("org.slf4j:slf4j-simple:2.0.18") val ktorVersion = "3.2.0" implementation("io.ktor:ktor-client-core:$ktorVersion")