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

jiabaosun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git

commit 4b8f5f93c2c1013b69a671485634568236c48277
Author: Jiabao Sun <[email protected]>
AuthorDate: Wed Aug 14 20:53:14 2024 +0800

    [FLINK-36053][connectors/mongodb] Bump testcontainers version from 1.17.2 
to 1.18.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47240cd..05a81d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
                <scala-library.version>2.12.7</scala-library.version>
                <junit5.version>5.8.1</junit5.version>
                <assertj.version>3.21.0</assertj.version>
-               <testcontainers.version>1.17.2</testcontainers.version>
+               <testcontainers.version>1.18.3</testcontainers.version>
                <commons-compress.version>1.26.1</commons-compress.version>
 
                <japicmp.skip>false</japicmp.skip>

Reply via email to