This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 f026f396305 [FLINK-27735][testinfrastructure] Update testcontainers
dependency to v1.17.2
f026f396305 is described below
commit f026f396305858c8be3a5aeacd1aa9dd3df02c87
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun May 22 15:19:06 2022 +0200
[FLINK-27735][testinfrastructure] Update testcontainers dependency to
v1.17.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index addd4ad8649..b7500689754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
<beam.version>2.27.0</beam.version>
<protoc.version>3.17.3</protoc.version>
<okhttp.version>3.14.9</okhttp.version>
- <testcontainers.version>1.16.2</testcontainers.version>
+ <testcontainers.version>1.17.2</testcontainers.version>
<lz4.version>1.8.0</lz4.version>
<japicmp.skip>false</japicmp.skip>
<flink.convergence.phase>validate</flink.convergence.phase>