Merge pull request #314 from usbharu/renovate/log4j2-monorepo

fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.23.1
This commit is contained in:
usbharu 2024-05-06 19:17:34 +09:00 committed by GitHub
commit 6bbc8172ec
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")