This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new a9d2f77a [hotfix] Update testcontainers dependency to fix Ubuntu -
Docker compatibility issue
a9d2f77a is described below
commit a9d2f77a7bb2c0bab58c55da9fa3154dd740cd7b
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 c6324008..1ef26f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,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>