From b69aff1e2bea22897cf6268d8d3a679c4ae979fe Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sat, 7 Nov 2020 17:25:32 +0800 Subject: [PATCH] Bump up testcontainers version to workaround the Docker bug on MacOS (#5807) --- CHANGES.md | 1 + test/e2e/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c43d2f2577..9d03725e7e 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 d206cdb4f7..cf64c563ab 100644 --- a/test/e2e/pom.xml +++ b/test/e2e/pom.xml @@ -63,7 +63,7 @@ 3.8.0 3.1.0 - 1.13.0 + 1.15.0 -- GitLab