This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new e8a535485a Bump org.testcontainers:testcontainers from 1.19.5 to 
1.19.6 (#13796)
e8a535485a is described below

commit e8a535485afdfb274218310909e90982dd08451e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 28 17:25:31 2024 +0800

    Bump org.testcontainers:testcontainers from 1.19.5 to 1.19.6 (#13796)
    
    Bumps 
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
 from 1.19.5 to 1.19.6.
    - [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.19.5...1.19.6)
    
    ---
    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 b9e740597c..b941bd80da 100644
--- a/dubbo-config/dubbo-config-api/pom.xml
+++ b/dubbo-config/dubbo-config-api/pom.xml
@@ -236,7 +236,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.19.5</version>
+      <version>1.19.6</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 79de033da1..3d8094a581 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -153,7 +153,7 @@
 
     <jaxb_version>2.2.7</jaxb_version>
     <activation_version>1.2.0</activation_version>
-    <test_container_version>1.19.5</test_container_version>
+    <test_container_version>1.19.6</test_container_version>
     <hessian_lite_version>3.2.13</hessian_lite_version>
     <swagger_version>1.6.13</swagger_version>
 

Reply via email to