From ed14c2d01ac7706635f7f7bf3a34dc73b737cdf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 13:39:55 +0000 Subject: [PATCH] chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.35 (#165) Co-authored-by: Renovate Bot --- kompendium-playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kompendium-playground/build.gradle.kts b/kompendium-playground/build.gradle.kts index 42b0d01a5..d31a16e3b 100644 --- a/kompendium-playground/build.gradle.kts +++ b/kompendium-playground/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("org.apache.logging.log4j:log4j-api:2.17.1") implementation("org.apache.logging.log4j:log4j-core:2.17.1") implementation("org.slf4j:slf4j-api:1.7.35") - implementation("org.slf4j:slf4j-simple:1.7.34") + implementation("org.slf4j:slf4j-simple:1.7.35") implementation(group = "org.jetbrains.kotlinx", "kotlinx-serialization-json", version = "1.3.1")