Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 5.x"
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 5.x"

def log4j_version = "2.14.1"
def log4j_version = "2.15.0"
def elastic_search_version = "5.6.3"

configurations.all {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 6.x"
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 6.x"

def log4j_version = "2.14.1"
def log4j_version = "2.15.0"
def elastic_search_version = "6.4.0"

configurations.all {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Elasticsearch-Tests :: 7.x"
ext.summary = "Tests of ElasticsearchIO on Elasticsearch 7.x"

def log4j_version = "2.14.1"
def log4j_version = "2.15.0"
def elastic_search_version = "7.13.4"

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

def log4j_version = "2.14.1"
def log4j_version = "2.15.0"
def elastic_search_version = "7.9.2"

configurations.all {
Expand Down
2 changes: 1 addition & 1 deletion sdks/java/io/hcatalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test {

configurations.testRuntimeClasspath {
resolutionStrategy {
def log4j_version = "2.8.2"
def log4j_version = "2.15.0"
// Beam's build system forces a uniform log4j version resolution for all modules, however for
// the HCatalog case the current version of log4j produces NoClassDefFoundError so we need to
// force an old version on the tests runtime classpath
Expand Down