Skip to content

Commit 4875164

Browse files
authored
upgrade log4j2 to 2.15.0 for 0-day (#39)
1 parent da8f021 commit 4875164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.17.3'
2929

3030
compileOnly group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
31-
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.14.1'
31+
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.15.0'
3232

3333
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
3434

0 commit comments

Comments
 (0)