This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch revert-4136-dependabot/maven/master/org.testcontainers-testcontainers-1.16.0 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 03a47de763cd603a97f27f5e18cd7cc4f32e3ae4 Author: Steve Yurong Su <[email protected]> AuthorDate: Fri Oct 15 15:22:07 2021 +0800 Revert "Bump testcontainers from 1.15.2 to 1.16.0 (#4136)" This reverts commit e1a7e1390c809922fcfcfff501b434c15cb130a2. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb5f724..eea693f 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> - <version>1.16.0</version> + <version>1.15.2</version> <scope>test</scope> </dependency> </dependencies>
