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 539c189 commit 55f44c7Copy full SHA for 55f44c7
desktopApp/build.gradle.kts
@@ -49,7 +49,7 @@ kotlin {
49
implementation(projects.features.featureSearchPhotoShared)
50
implementation(projects.features.featurePhotoDetailShared)
51
52
- implementation("org.apache.logging.log4j:log4j-api:2.20.0")
+ implementation("org.apache.logging.log4j:log4j-api:2.21.1")
53
implementation("org.apache.logging.log4j:log4j-core:2.20.0")
54
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
55
}
0 commit comments