This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7e55bc66499 Upgrade testcontainers version to 2.0.3 (#37661)
7e55bc66499 is described below
commit 7e55bc664991f1d8e38bec770b735a1f66377e66
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Tue Jan 6 21:48:53 2026 +0800
Upgrade testcontainers version to 2.0.3 (#37661)
---
test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pom.xml b/test/pom.xml
index 4851422f2e1..97a67b53081 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -36,7 +36,7 @@
<properties>
<glassfish-jaxb.version>2.3.9</glassfish-jaxb.version>
- <testcontainers.version>2.0.1</testcontainers.version>
+ <testcontainers.version>2.0.3</testcontainers.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>