Upgrade to Log4J 2.12.1

This commit is contained in:
Brian Clozel
2019-09-02 19:27:55 +02:00
parent 859450cf68
commit 78c5c7aa9c

View File

@@ -38,7 +38,7 @@ configure(allprojects) { project ->
mavenBom "org.junit:junit-bom:5.5.1"
}
dependencies {
dependencySet(group: 'org.apache.logging.log4j', version: '2.12.0') {
dependencySet(group: 'org.apache.logging.log4j', version: '2.12.1') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-slf4j-impl'