Skip to content

Commit

Permalink
[test] Bump Testcontainers to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Oct 13, 2023
1 parent aefc077 commit 95ebb5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ under the License.
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand Down

0 comments on commit 95ebb5d

Please sign in to comment.