fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.23.1

This commit is contained in:
renovate[bot] 2024-05-06 10:03:29 +00:00 committed by GitHub
parent ce7ec4e985
commit 747bec7e55
1 changed files with 1 additions and 1 deletions

View File

@ -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")