From 99750ccacb6be3be2644c01d2945618f1f972235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 10:59:19 +0000 Subject: [PATCH] chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.36 (#182) 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 0d81c614c..33e519f8d 100644 --- a/kompendium-playground/build.gradle.kts +++ b/kompendium-playground/build.gradle.kts @@ -33,7 +33,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.35") + implementation("org.slf4j:slf4j-simple:1.7.36") implementation(group = "org.jetbrains.kotlinx", "kotlinx-serialization-json", version = "1.3.2")