Skip to content

Commit d70054d

Browse files
committed
Upgrade to Log4j2 2.17.2
1 parent 36e4951 commit d70054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
mavenBom "org.junit:junit-bom:5.6.3"
3737
}
3838
dependencies {
39-
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
39+
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.2') {
4040
entry 'log4j-api'
4141
entry 'log4j-core'
4242
entry 'log4j-jul'

0 commit comments

Comments
 (0)