Bump up testcontainers version to workaround the Docker bug on MacOS (#5807)

This commit is contained in:
kezhenxu94 2020-11-07 17:25:32 +08:00 committed by GitHub
parent c3c56acf0c
commit b69aff1e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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>