Skip to content

Commit

Permalink
[FLINK-32462] Pin the used shaded version of Guava and Jackson in the…
Browse files Browse the repository at this point in the history
… Kafka connector

This closes #36.
  • Loading branch information
MartijnVisser authored and tzulitai committed Jul 4, 2023
1 parent 910fc5a commit c1e3527
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ under the License.

<properties>
<flink.version>1.17.0</flink.version>
<flink.shaded.version>16.1</flink.shaded.version>
<kafka.version>3.4.0</kafka.version>
<zookeeper.version>3.5.9</zookeeper.version>
<confluent.version>7.2.2</confluent.version>
Expand Down Expand Up @@ -83,8 +82,14 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-force-shading</artifactId>
<version>${flink.shaded.version}</version>
<artifactId>flink-shaded-guava</artifactId>
<version>30.1.1-jre-16.1</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson</artifactId>
<version>2.13.4-16.1</version>
</dependency>

<!-- Root dependencies for all projects -->
Expand Down

0 comments on commit c1e3527

Please # to comment.