This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.0 by this push:
new b07bddf [FLINK-31699][Connectors/JDBC] Fixing dependency convergence
b07bddf is described below
commit b07bddfc8d741e203d3d9b6eeefe5113ecfb4acc
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Apr 13 10:39:24 2023 +0100
[FLINK-31699][Connectors/JDBC] Fixing dependency convergence
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 96cebdb..b812098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@ under the License.
<properties>
<flink.version>1.16.0</flink.version>
- <flink.shaded.version>15.0</flink.shaded.version>
+ <flink.shaded.version>16.1</flink.shaded.version>
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<junit4.version>4.13.2</junit4.version>
@@ -70,7 +70,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-force-shading</artifactId>
- <version>${flink.shaded.version}</version>
</dependency>
<!-- Root dependencies for all projects -->
@@ -183,6 +182,13 @@ under the License.
<scope>test</scope>
</dependency>
+ <!-- For dependency convergence -->
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-shaded-force-shading</artifactId>
+ <version>${flink.shaded.version}</version>
+ </dependency>
+
<!-- Flink ArchUnit -->
<dependency>