Skip to content

Commit

Permalink
Upgrade to Log4j2 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Dec 15, 2021
1 parent e954d7f commit 1a03ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configure(allprojects) { project ->
mavenBom "org.junit:junit-bom:5.6.3"
}
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-core'
entry 'log4j-jul'
Expand Down

0 comments on commit 1a03ffe

Please sign in to comment.