From 10a6c694666bd4d28678197c0194ffbf8ed41acb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:56:29 +0900 Subject: [PATCH] fix(deps): update log4j2 monorepo to v2.24.1 (#207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5a2cb5ab..041205ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,8 +25,8 @@ dependencies { // Logging implementation("org.slf4j:slf4j-api:2.1.0-alpha1") - implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1") - implementation("org.apache.logging.log4j:log4j-core:2.23.1") + implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1") + implementation("org.apache.logging.log4j:log4j-core:2.24.1") implementation("io.github.oshai:kotlin-logging-jvm:7.0.0") // Discord Related