From 641c995171169edb893d3818de16ace9e19bd510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:10:31 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.24.2 (#662) 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 78eda22b8..219d1f330 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { // Logging implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0") implementation("org.apache.logging.log4j:log4j-api:2.24.1") - implementation("org.apache.logging.log4j:log4j-core:2.24.1") + implementation("org.apache.logging.log4j:log4j-core:2.24.2") implementation("org.slf4j:slf4j-api:2.0.16") implementation("org.slf4j:slf4j-simple:2.0.16")