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

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


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

commit aed5e96a0daaf875ec73795845f1b0df1bf84a5d
Author: Ferenc Csaky <[email protected]>
AuthorDate: Wed Feb 18 10:31:21 2026 +0100

    [FLINK-39099] Update `testcontainers` to fix GitHub runner Docker 
compatibility issue
    
    Co-authored-by: Aleksandr Savonin <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9c5e839a90..62f0a5868e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@ under the License.
                <beam.version>2.43.0</beam.version>
                <protoc.version>3.21.7</protoc.version>
                <okhttp.version>3.14.9</okhttp.version>
-               <testcontainers.version>1.19.1</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