This is an automated email from the ASF dual-hosted git repository. snuyanzin 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 fccf26bb449 [FLINK-33300] Upgrade testcontainers from 1.18.3 to 1.19.1 fccf26bb449 is described below commit fccf26bb449b90b617c6523db17eab98a544c0a7 Author: Sergey Nuyanzin <snuyan...@gmail.com> AuthorDate: Sun Nov 5 15:52:45 2023 +0100 [FLINK-33300] Upgrade testcontainers from 1.18.3 to 1.19.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d288ca5f5c0..66ceba2669c 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,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.18.3</testcontainers.version> + <testcontainers.version>1.19.1</testcontainers.version> <lz4.version>1.8.0</lz4.version> <japicmp.skip>false</japicmp.skip> <flink.convergence.phase>validate</flink.convergence.phase>