You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2021/12/02 12:08:01 UTC

[flink] branch release-1.13 updated: [FLINK-24740][testinfrastructure] Update testcontainers dependency to the latest version

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

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


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new da0baf7  [FLINK-24740][testinfrastructure] Update testcontainers dependency to the latest version
da0baf7 is described below

commit da0baf7239447a1e40508fe96d18a5cb9c17fd12
Author: martijnvisser <ma...@2symbols.com>
AuthorDate: Thu Dec 2 09:03:31 2021 +0100

    [FLINK-24740][testinfrastructure] Update testcontainers dependency to the latest version
    
    (cherry picked from commit 8176d5809e2b13c465662706e3df343b2d4f9028)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 613dc9c..7fae29d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@ under the License.
 		<beam.version>2.27.0</beam.version>
 		<protoc.version>3.11.1</protoc.version>
 		<arrow.version>0.16.0</arrow.version>
-		<testcontainers.version>1.16.0</testcontainers.version>
+		<testcontainers.version>1.16.2</testcontainers.version>
 		<japicmp.skip>false</japicmp.skip>
 		<flink.convergence.phase>validate</flink.convergence.phase>
 		<!--