Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-api to v2…
Browse files Browse the repository at this point in the history
….22.0
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent ab6d0c3 commit b8f4340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kotlin {
implementation(projects.features.featureSearchPhotoShared)
implementation(projects.features.featurePhotoDetailShared)

implementation("org.apache.logging.log4j:log4j-api:2.21.1")
implementation("org.apache.logging.log4j:log4j-api:2.22.0")
implementation("org.apache.logging.log4j:log4j-core:2.21.1")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.21.1")
}
Expand Down

0 comments on commit b8f4340

Please sign in to comment.