This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch v4.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git
The following commit(s) were added to refs/heads/v4.0 by this push:
new 47abebd8 [hotfix] Update testcontainers dependency to fix Ubuntu -
Docker compatibility issue
47abebd8 is described below
commit 47abebd897a6c7e7607f86b80f005f43968e3f1a
Author: Aleksandr Savonin <[email protected]>
AuthorDate: Fri Feb 13 17:24:04 2026 +0100
[hotfix] Update testcontainers dependency to fix Ubuntu - Docker
compatibility issue
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 752dec82..f09953ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
<mockito.version>5.18.0</mockito.version>
<powermock.version>2.0.9</powermock.version>
<snakeyaml.version>2.4</snakeyaml.version>
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<!-- Plugins -->
<japicmp.referenceVersion>1.17.0</japicmp.referenceVersion>