Skip to content

Commit

Permalink
[BEAM-11055] Update log4j to version 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Oct 12, 2020
1 parent 8f64787 commit ea7eeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -88,7 +88,7 @@ class GrpcVendoring_1_26_0 {
return [
'com.google.errorprone:error_prone_annotations:2.3.3',
'commons-logging:commons-logging:1.2',
'org.apache.logging.log4j:log4j-api:2.6.2',
'org.apache.logging.log4j:log4j-api:2.13.3',
'org.slf4j:slf4j-api:1.7.30',
// TODO(BEAM-9288): Enable relocation for conscrypt
"org.conscrypt:conscrypt-openjdk-uber:$conscrypt_version"
Expand Down
Expand Up @@ -33,7 +33,7 @@ test {
}

def jna_version = "4.1.0"
def log4j_version = "2.6.2"
def log4j_version = "2.13.3"
def elastic_search_version = "6.4.0"

configurations.all {
Expand Down

0 comments on commit ea7eeef

Please sign in to comment.