Skip to content

Commit

Permalink
NO-SNOW Fix release issue since version upgrades were not applied to …
Browse files Browse the repository at this point in the history
…confluent pom (#482)
  • Loading branch information
sfc-gh-japatel authored Sep 2, 2022
1 parent bd26537 commit 954a9d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -374,7 +374,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.9.0</version>
<version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -407,7 +407,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
<version>6.2.0</version>
<version>7.2.1</version>
<exclusions>
<exclusion>
<groupId>io.confluent</groupId>
Expand All @@ -430,7 +430,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>5.5.1</version>
<version>7.2.1</version>
<exclusions>
<exclusion>
<groupId>io.confluent</groupId>
Expand All @@ -442,8 +442,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-avro-converter</artifactId>
<version>5.5.1</version>
<scope>test</scope>
<version>7.2.1</version>
</dependency>

<!--JDBC driver for building connection with Snowflake-->
Expand Down

0 comments on commit 954a9d1

Please sign in to comment.