This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.1 by this push:
new 8cd56802bbe [FLINK-39099] Update `testcontainers` to fix GitHub runner
Docker compatibility issue
8cd56802bbe is described below
commit 8cd56802bbe81979c61c6f1958e14b37e4b7ef44
Author: Ferenc Csaky <[email protected]>
AuthorDate: Tue Feb 17 18:46:53 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 8b3419c1935..c5a7d98ed6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@ under the License.
<beam.version>2.54.0</beam.version>
<protoc.version>3.21.7</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>