Skip to content

Commit

Permalink
[FLINK-22971][tests] Bump testcontainers to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Sep 10, 2021
1 parent 4db7f4c commit 1af7731
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-elasticsearch6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.15.1</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-elasticsearch7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.15.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 0 additions & 2 deletions flink-connectors/flink-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,12 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.15.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.15.3</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.15.1</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.15.3</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>rabbitmq</artifactId>
<version>1.15.3</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.15.1</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<!-- To ensure that flink-dist is built beforehand -->
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +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>
<japicmp.skip>false</japicmp.skip>
<flink.convergence.phase>validate</flink.convergence.phase>
<!--
Expand Down Expand Up @@ -821,6 +822,13 @@ under the License.
<artifactId>snakeyaml</artifactId>
<version>1.27</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 1af7731

Please sign in to comment.