Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-9195] Bump org.testcontainers to 1.16.3 #16661

Merged
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 @@ -498,7 +498,7 @@ class BeamModulePlugin implements Plugin<Project> {
def spark2_version = "2.4.8"
def spark3_version = "3.1.2"
def spotbugs_version = "4.0.6"
def testcontainers_version = "1.15.1"
def testcontainers_version = "1.16.3"
def arrow_version = "5.0.0"
def jmh_version = "1.34"

Expand Down
6 changes: 3 additions & 3 deletions sdks/java/io/debezium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependencies {
testRuntimeOnly library.java.slf4j_jdk14
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
testImplementation project(":runners:google-cloud-dataflow-java")
testImplementation "org.testcontainers:testcontainers:1.15.1"
testImplementation "org.testcontainers:mysql:1.15.1"
testImplementation "org.testcontainers:postgresql:1.15.1"
testImplementation library.java.testcontainers_base
testImplementation library.java.testcontainers_mysql
testImplementation library.java.testcontainers_postgresql

// Kafka connect dependencies
implementation "org.apache.kafka:connect-api:2.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "org.elasticsearch.plugin:transport-netty4-client:$elastic_search_version"
testImplementation "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.5.0"
testImplementation "org.elasticsearch:elasticsearch:$elastic_search_version"
testImplementation "org.testcontainers:elasticsearch:1.15.3"
testImplementation library.java.testcontainers_elasticsearch

testImplementation project(path: ":sdks:java:core", configuration: "shadow")
testImplementation project(":sdks:java:io:elasticsearch")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "org.elasticsearch.plugin:transport-netty4-client:$elastic_search_version"
testImplementation "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.5.2"
testImplementation "org.elasticsearch:elasticsearch:$elastic_search_version"
testImplementation "org.testcontainers:elasticsearch:1.15.3"
testImplementation library.java.testcontainers_elasticsearch

testImplementation project(path: ":sdks:java:core", configuration: "shadow")
testImplementation project(path: ":sdks:java:io:common", configuration: "testRuntimeMigration")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation "org.elasticsearch.test:framework:$elastic_search_version"
testImplementation "org.elasticsearch.plugin:transport-netty4-client:$elastic_search_version"
testImplementation "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.5"
testImplementation "org.testcontainers:elasticsearch:1.15.3"
testImplementation library.java.testcontainers_elasticsearch

testImplementation project(path: ":sdks:java:core", configuration: "shadow")
testImplementation project(":sdks:java:io:elasticsearch")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
testImplementation library.java.junit
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:$elastic_search_version"
testImplementation "org.elasticsearch.client:elasticsearch-rest-high-level-client:${elastic_search_version}"
testImplementation "org.testcontainers:elasticsearch:1.15.3"
testImplementation library.java.testcontainers_elasticsearch

testRuntimeOnly "org.apache.logging.log4j:log4j-api:$log4j_version"
testRuntimeOnly "org.apache.logging.log4j:log4j-core:$log4j_version"
Expand Down