This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new aeaf197e2c8 [FLINK-39099] Update `testcontainers` to fix GitHub runner
Docker compatibility issue
aeaf197e2c8 is described below
commit aeaf197e2c82ac23d106c4b346848067073fc95d
Author: Ferenc Csaky <[email protected]>
AuthorDate: Tue Feb 17 18:49:07 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 8371802fe62..b5b4a333b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,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>