From 0ace1efadc9bb4b67d4bcbd4ac1415d358bc4ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:41:59 +0000 Subject: [PATCH] chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.34 (#163) 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 79818ba64..b5e30dfdf 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.34") - implementation("org.slf4j:slf4j-simple:1.7.33") + implementation("org.slf4j:slf4j-simple:1.7.34") implementation(group = "org.jetbrains.kotlinx", "kotlinx-serialization-json", version = "1.3.1")