Browse Source

Upgrade to Log4j2 2.16.0

pull/28694/head
Stephane Nicoll 4 years ago
parent
commit
1a03ffef62
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save