mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.23.1
This commit is contained in:
parent
ce7ec4e985
commit
747bec7e55
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue