This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch v3.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.1 by this push:
new af20762 [FLINK-32228] Bump testcontainers version
af20762 is described below
commit af207621d2c807306f3fd4d82e7d0c942cf890eb
Author: Joao Boto <[email protected]>
AuthorDate: Wed May 31 20:30:34 2023 +0200
[FLINK-32228] Bump testcontainers version
This closes #51
(cherry picked from commit 7a18a94bc2fbe5a0495406a6565486018eb18781)
---
flink-connector-jdbc/pom.xml | 1 -
pom.xml | 9 ++++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/flink-connector-jdbc/pom.xml b/flink-connector-jdbc/pom.xml
index 43ad74f..378d34d 100644
--- a/flink-connector-jdbc/pom.xml
+++ b/flink-connector-jdbc/pom.xml
@@ -182,7 +182,6 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mssqlserver</artifactId>
- <version>1.17.3</version>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 5c493d2..479aa2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ under the License.
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.9.1</junit5.version>
<assertj.version>3.23.1</assertj.version>
- <testcontainers.version>1.17.2</testcontainers.version>
+ <testcontainers.version>1.18.2</testcontainers.version>
<mockito.version>2.21.0</mockito.version>
<japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
@@ -293,6 +293,13 @@ under the License.
<version>2.1</version>
</dependency>
+ <!-- For dependency convergence -->
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.23.0</version>
+ </dependency>
+
<!-- For dependency convergence on mockito/powermock mismatch -->
<dependency>
<groupId>net.bytebuddy</groupId>