From ba19389f16988dd4f96fc7538904fa86188a8c22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 04:07:58 +0000 Subject: [PATCH] fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.1 (#314) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index 487203dff..3f9716c22 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.apache.logging.log4j:log4j-api:2.18.0") implementation("org.apache.logging.log4j:log4j-core:2.18.0") implementation("org.slf4j:slf4j-api:2.0.0") - implementation("org.slf4j:slf4j-simple:2.0.0") + implementation("org.slf4j:slf4j-simple:2.0.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")