Skip to content

Commit 9b66a80

Browse files
a49atvalentyn
andcommitted
[BEAM-13490] Bump log4j version to 2.17.0 (#16276)
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
1 parent d7fa66d commit 9b66a80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdks/java/io/elasticsearch-tests/elasticsearch-tests-5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
2727
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 5.x"
2828
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 5.x"
2929

30-
def log4j_version = "2.16.0"
30+
def log4j_version = "2.17.0"
3131
def elastic_search_version = "5.6.3"
3232

3333
configurations.all {

sdks/java/io/elasticsearch-tests/elasticsearch-tests-6/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
2727
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 6.x"
2828
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 6.x"
2929

30-
def log4j_version = "2.16.0"
30+
def log4j_version = "2.17.0"
3131
def elastic_search_version = "6.4.0"
3232

3333
configurations.all {

sdks/java/io/elasticsearch-tests/elasticsearch-tests-7/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
2727
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 7.x"
2828
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 7.x"
2929

30-
def log4j_version = "2.16.0"
30+
def log4j_version = "2.17.0"
3131
def elastic_search_version = "7.13.4"
3232

3333
configurations.all {

sdks/java/io/elasticsearch-tests/elasticsearch-tests-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ applyJavaNature(
2525
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: Common"
2626
ext.summary = "Common test classes for ElasticsearchIO"
2727

28-
def log4j_version = "2.16.0"
28+
def log4j_version = "2.17.0"
2929
def elastic_search_version = "7.9.2"
3030

3131
configurations.all {

0 commit comments

Comments
 (0)