diff --git a/CHANGES.md b/CHANGES.md
index c43d2f257..9d03725e7 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 d206cdb4f..cf64c563a 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