This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 3d6c261a6c Bump org.testcontainers:testcontainers from 1.20.2 to
1.20.3 (#14832)
3d6c261a6c is described below
commit 3d6c261a6cf2a1a918cae04a6070688fd3198e92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 21:20:48 2024 +0800
Bump org.testcontainers:testcontainers from 1.20.2 to 1.20.3 (#14832)
Bumps
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
from 1.20.2 to 1.20.3.
- [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.20.2...1.20.3)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
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 ebf9fac6a8..f95174a466 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.20.2</version>
+ <version>1.20.3</version>
<scope>test</scope>
</dependency>
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 3d31842f27..25aa241788 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -166,7 +166,7 @@
<jaxb_version>2.2.7</jaxb_version>
<activation_version>1.2.0</activation_version>
- <test_container_version>1.20.2</test_container_version>
+ <test_container_version>1.20.3</test_container_version>
<hessian_lite_version>4.0.3</hessian_lite_version>
<swagger_version>1.6.14</swagger_version>