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

kezhenxu94 pushed a commit to branch test/dependencies
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 346146e5f0c2f5ddde948d3e1cdf81be8918a8aa
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Sat Nov 7 16:07:51 2020 +0800

    Bump up testcontainers version to workaround the Docker bug on MacOS
---
 CHANGES.md       | 1 +
 test/e2e/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index c43d2f2..9d03725 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Release Notes.
 ------------------
 #### Project
 * Test: ElasticSearch version 7.0.0 and 7.9.3 as storage are E2E tested. 
+* Test: Bump up testcontainers version to work around the Docker bug on MacOS. 
 
 #### Java Agent
 * Support propagate the sending timestamp in MQ plugins to calculate the 
transfer latency in the async MQ scenarios.
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index d206cdb..cf64c56 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -63,7 +63,7 @@
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
         
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
 
-        <testcontainers.version>1.13.0</testcontainers.version>
+        <testcontainers.version>1.15.0</testcontainers.version>
     </properties>
 
     <dependencyManagement>

Reply via email to