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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4e21716  [FLINK-39098] Pin `testcontainers` to 1.21.4 for Docker API 
compatibility
4e21716 is described below

commit 4e21716185271793b17e07ca4778b3296ae6a3fe
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Feb 16 14:03:42 2026 +0100

    [FLINK-39098] Pin `testcontainers` to 1.21.4 for Docker API compatibility
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 74bb1dc..44af1b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@ under the License.
                <snappy.java.version>1.1.10.4</snappy.java.version>
                
<yetus.audience.annotations.version>0.13.0</yetus.audience.annotations.version>
                <woodstox.stax2.api.version>4.2.1</woodstox.stax2.api.version>
+               <testcontainers.version>1.21.4</testcontainers.version>
 
                <slf4j.version>1.7.36</slf4j.version>
                <log4j.version>2.17.2</log4j.version>
@@ -397,6 +398,14 @@ under the License.
                                <version>${flink.version}</version>
                        </dependency>
 
+                       <dependency>
+                               <groupId>org.testcontainers</groupId>
+                               <artifactId>testcontainers-bom</artifactId>
+                               <type>pom</type>
+                               <scope>import</scope>
+                               <version>${testcontainers.version}</version>
+                       </dependency>
+
                        <!-- Start of dependencies for dependency convergence 
-->
                        <dependency>
                                <groupId>org.scala-lang</groupId>

Reply via email to