This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 871d90e Revert "Bump testcontainers from 1.15.2 to 1.16.0 (#4136)"
(#4168)
871d90e is described below
commit 871d90e20741568061bee205707ecb6bb99bd561
Author: Steve Yurong Su <[email protected]>
AuthorDate: Fri Oct 15 15:24:26 2021 +0800
Revert "Bump testcontainers from 1.15.2 to 1.16.0 (#4136)" (#4168)
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>