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

fcsaky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 44029ffbbd8 [FLINK-39099] Update `testcontainers` to fix GitHub runner 
Docker compatibility issue
44029ffbbd8 is described below

commit 44029ffbbd89ef9df69afbc01969dc9b7a0b3189
Author: Aleksandr Savonin <[email protected]>
AuthorDate: Tue Feb 17 11:42:21 2026 +0100

    [FLINK-39099] Update `testcontainers` to fix GitHub runner Docker 
compatibility issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab224583c5e..363476352f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@ under the License.
                <beam.version>2.54.0</beam.version>
                <protoc.version>4.32.1</protoc.version>
                <okhttp.version>3.14.9</okhttp.version>
-               <testcontainers.version>1.20.2</testcontainers.version>
+               <testcontainers.version>1.21.4</testcontainers.version>
                <lz4.version>1.8.0</lz4.version>
                <commons.io.version>2.15.1</commons.io.version>
                <japicmp.skip>false</japicmp.skip>

Reply via email to