You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2021/05/28 09:42:09 UTC

[openwhisk] branch master updated: #5120: Unit Tests failing due to testcontainers (#5121)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ec5d96  #5120: Unit Tests failing due to testcontainers (#5121)
4ec5d96 is described below

commit 4ec5d966e5b80babdce35effe0ca13729fa056a8
Author: Eugene Tulika <vr...@gmail.com>
AuthorDate: Fri May 28 04:41:50 2021 -0500

    #5120: Unit Tests failing due to testcontainers (#5121)
    
    - upgraded the version of testcontainers
---
 tests/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index 60c7b3f..20c052e 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -228,7 +228,7 @@ dependencies {
     compile "io.fabric8:kubernetes-server-mock:${gradle.kube_client.version}"
 
     compile "com.amazonaws:aws-java-sdk-s3:1.11.295"
-    compile "org.testcontainers:elasticsearch:1.12.3"
+    compile "org.testcontainers:elasticsearch:1.15.3"
 
     compile project(':common:scala')
     compile project(':core:controller')