From fa7b1e58334d27d62afb8f998d4187c247b914b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:17:59 +0000 Subject: [PATCH] fix(deps): update log4j2 monorepo to v2.24.1 (#641) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index f1bcabe31..7f936cf71 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -35,8 +35,8 @@ dependencies { // Logging implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0") - implementation("org.apache.logging.log4j:log4j-api:2.24.0") - implementation("org.apache.logging.log4j:log4j-core:2.24.0") + implementation("org.apache.logging.log4j:log4j-api:2.24.1") + implementation("org.apache.logging.log4j:log4j-core:2.24.1") implementation("org.slf4j:slf4j-api:2.0.16") implementation("org.slf4j:slf4j-simple:2.0.16")