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-kudu.git
The following commit(s) were added to refs/heads/main by this push:
new fdfe127 [FLINK-39098] Bump `testcontainers` to 1.21.4 for Docker API
compatibility
fdfe127 is described below
commit fdfe127883e77eee1907ff8c09f1bb074032b7e2
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Feb 16 14:05:27 2026 +0100
[FLINK-39098] Bump `testcontainers` to 1.21.4 for Docker API compatibility
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 112fa01..87a7583 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
<assertj.version>3.27.7</assertj.version>
<junit5.version>5.10.2</junit5.version>
<mockito.version>1.10.19</mockito.version>
- <testcontainers.version>1.17.6</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<log4j.version>2.25.3</log4j.version>
<slf4j.version>1.7.36</slf4j.version>