We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95a34 commit 0d2c217Copy full SHA for 0d2c217
desktopApp/build.gradle.kts
@@ -50,7 +50,7 @@ kotlin {
50
implementation(projects.features.featurePhotoDetailShared)
51
52
implementation("org.apache.logging.log4j:log4j-api:2.21.1")
53
- implementation("org.apache.logging.log4j:log4j-core:2.20.0")
+ implementation("org.apache.logging.log4j:log4j-core:2.21.1")
54
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
55
}
56
0 commit comments