From 747bec7e55c992fba5a5ae3185e2db7891fef3ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:03:29 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.23.1 --- owl/broker/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/broker/build.gradle.kts b/owl/broker/build.gradle.kts index 7c1c9b3e..b0eaf8b2 100644 --- a/owl/broker/build.gradle.kts +++ b/owl/broker/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("io.grpc:grpc-netty:1.61.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") implementation(project(":common")) - implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.0") + implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1") implementation(platform("io.insert-koin:koin-bom:3.5.6")) implementation(platform("io.insert-koin:koin-annotations-bom:1.3.1")) implementation("io.insert-koin:koin-core")