Skip to content

Commit 78c5c7a

Browse files
committed
Upgrade to Log4J 2.12.1
1 parent 859450c commit 78c5c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ configure(allprojects) { project ->
3838
mavenBom "org.junit:junit-bom:5.5.1"
3939
}
4040
dependencies {
41-
dependencySet(group: 'org.apache.logging.log4j', version: '2.12.0') {
41+
dependencySet(group: 'org.apache.logging.log4j', version: '2.12.1') {
4242
entry 'log4j-api'
4343
entry 'log4j-core'
4444
entry 'log4j-slf4j-impl'

0 commit comments

Comments
 (0)