This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 1b6e2f43db Bump org.testcontainers:testcontainers from 1.21.3 to
1.21.4 (#15955)
1b6e2f43db is described below
commit 1b6e2f43db2af639dc5ca94514f3e33e7834ed45
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 30 23:29:00 2025 +0800
Bump org.testcontainers:testcontainers from 1.21.3 to 1.21.4 (#15955)
Bumps
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
from 1.21.3 to 1.21.4.
- [Release
notes](https://github.com/testcontainers/testcontainers-java/releases)
-
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.3...1.21.4)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-version: 1.21.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-config/dubbo-config-api/pom.xml | 2 +-
dubbo-dependencies-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-config/dubbo-config-api/pom.xml
b/dubbo-config/dubbo-config-api/pom.xml
index 6512700482..2c02a7d617 100644
--- a/dubbo-config/dubbo-config-api/pom.xml
+++ b/dubbo-config/dubbo-config-api/pom.xml
@@ -237,7 +237,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
- <version>1.21.3</version>
+ <version>1.21.4</version>
<scope>test</scope>
</dependency>
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 045250d6c2..f7d9b85e76 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -169,7 +169,7 @@
<jaxb_version>2.2.7</jaxb_version>
<activation_version>1.2.0</activation_version>
- <test_container_version>1.21.3</test_container_version>
+ <test_container_version>1.21.4</test_container_version>
<hessian_lite_version>4.0.5</hessian_lite_version>
<swagger_version>1.6.16</swagger_version>