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 3f385bd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 2.x"
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 2.x"

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

dependencies {
Expand Down
Original file line number Diff line number Diff line change
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 = "5.6.3"

configurations.all {
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test {
}

def jna_version = "4.1.0"
def log4j_version = "2.11.1"
def log4j_version = "2.13.3"
def elastic_search_version = "7.5.0"

configurations.all {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: Commo
ext.summary = "Common test classes for ElasticsearchIO"

def jna_version = "4.1.0"
def log4j_version = "2.11.1"
def log4j_version = "2.13.3"
def elastic_search_version = "7.5.0"

configurations.all {
Expand Down
2 changes: 1 addition & 1 deletion sdks/java/io/hadoop-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Hadoop Format"
ext.summary = "IO to read data from sources and to write data to sinks that implement Hadoop MapReduce Format."

def log4j_version = "2.6.2"
def log4j_version = "2.13.3"
def elastic_search_version = "5.0.0"

configurations.create("sparkRunner")
Expand Down

0 comments on commit 3f385bd

Please sign in to comment.