Skip to content

Commit 8c3105a

Browse files
committed
Update log4j2 monorepo to v2.24.1
| datasource | package | from | to | | ---------- | ----------------------------------------- | ------ | ------ | | maven | org.apache.logging.log4j:log4j-slf4j-impl | 2.24.0 | 2.24.1 | | maven | org.apache.logging.log4j:log4j-core | 2.24.0 | 2.24.1 | | maven | org.apache.logging.log4j:log4j-api | 2.24.0 | 2.24.1 |
1 parent f3aee25 commit 8c3105a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

desktopApp/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ kotlin {
4848
implementation(projects.features.featureSearchPhotoShared)
4949
implementation(projects.features.featurePhotoDetailShared)
5050

51-
implementation("org.apache.logging.log4j:log4j-api:2.24.0")
52-
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
53-
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.0")
51+
implementation("org.apache.logging.log4j:log4j-api:2.24.1")
52+
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
53+
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.24.1")
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)