Upgrade to Log4j2 2.17.2

This commit is contained in:
Juergen Hoeller
2022-04-08 14:00:06 +02:00
parent 36e4951b5e
commit d70054d686

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.17.1') {
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.2') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-jul'