You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2019/01/28 22:10:15 UTC

[beam] branch master updated: [BEAM-6497] Upgrade testcontainers

This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 022f76b  [BEAM-6497] Upgrade testcontainers
     new 08c325a  Merge pull request #7610: [BEAM-6497] Upgrade testcontainers
022f76b is described below

commit 022f76bafcadaadc3e7638ebad4026d05f2bbf6e
Author: Gleb Kanterov <gl...@spotify.com>
AuthorDate: Wed Jan 23 22:53:59 2019 +0100

    [BEAM-6497] Upgrade testcontainers
    
    Newer testcontainers depends on newer docker-java
    that possibly fixes "no such image" error.
---
 sdks/java/io/clickhouse/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/clickhouse/build.gradle b/sdks/java/io/clickhouse/build.gradle
index a5f3c1b..8bd3d99 100644
--- a/sdks/java/io/clickhouse/build.gradle
+++ b/sdks/java/io/clickhouse/build.gradle
@@ -45,7 +45,7 @@ idea {
 }
 
 def clickhouse_jdbc_version = "0.1.47"
-def testcontainers_version = "1.10.2"
+def testcontainers_version = "1.10.5"
 
 dependencies {
   javacc "net.java.dev.javacc:javacc:4.0"