Upgrade to Log4j2 2.15.0

This commit is contained in:
Stephane Nicoll
2021-12-10 15:05:56 +01:00
parent e03e62c76a
commit 0668323176

View File

@@ -36,7 +36,7 @@ configure(allprojects) { project ->
mavenBom "org.junit:junit-bom:5.6.3"
}
dependencies {
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') {
dependencySet(group: 'org.apache.logging.log4j', version: '2.15.0') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-jul'