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 233c4fb commit 29ba417Copy full SHA for 29ba417
desktopApp/build.gradle.kts
@@ -48,9 +48,9 @@ kotlin {
48
implementation(projects.features.featureSearchPhotoShared)
49
implementation(projects.features.featurePhotoDetailShared)
50
51
- implementation("org.apache.logging.log4j:log4j-api:2.23.1")
52
- implementation("org.apache.logging.log4j:log4j-core:2.23.1")
53
- implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.23.1")
+ implementation("org.apache.logging.log4j:log4j-api:2.24.0")
+ implementation("org.apache.logging.log4j:log4j-core:2.24.0")
+ implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.0")
54
}
55
56
0 commit comments