Skip to content

Commit ad0f18c

Browse files
author
Antonia Engfors
committed
update log4j to 2.17.1
1 parent 28f50fa commit ad0f18c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ dependencies {
129129
}
130130

131131
// Fix Log4Shell
132-
compile 'org.apache.logging.log4j:log4j-api:2.17.0'
133-
compile 'org.apache.logging.log4j:log4j-core:2.17.0'
134-
compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.0'
132+
compile 'org.apache.logging.log4j:log4j-api:2.17.1'
133+
compile 'org.apache.logging.log4j:log4j-core:2.17.1'
134+
compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.1'
135135
compile 'ch.qos.logback:logback-classic:1.2.8'
136136
compile 'ch.qos.logback:logback-core:1.2.8'
137137

0 commit comments

Comments
 (0)