Skip to content

Commit 4f92fa0

Browse files
WARNING: MAJOR (BREAKING) CHANGE: Update dependency io.confluent:kafka-connect-maven-plugin to v1
1 parent 47640b1 commit 4f92fa0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

avro-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>io.confluent</groupId>
133133
<artifactId>kafka-connect-maven-plugin</artifactId>
134-
<version>0.11.0</version>
134+
<version>1.0.3</version>
135135
<executions>
136136
<execution>
137137
<goals>

json-schema-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>io.confluent</groupId>
9696
<artifactId>kafka-connect-maven-plugin</artifactId>
97-
<version>0.11.0</version>
97+
<version>1.0.3</version>
9898
<executions>
9999
<execution>
100100
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
9191
<podam.version>7.2.11.RELEASE</podam.version>
9292
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
93-
<kafka.connect.maven.plugin.version>0.11.1</kafka.connect.maven.plugin.version>
93+
<kafka.connect.maven.plugin.version>1.0.3</kafka.connect.maven.plugin.version>
9494
<kotlin.version>1.9.10</kotlin.version>
9595
<antlr.version>4.13.1</antlr.version>
9696
<azure.sdk.version>4.9.2</azure.sdk.version>

protobuf-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>io.confluent</groupId>
117117
<artifactId>kafka-connect-maven-plugin</artifactId>
118-
<version>0.11.0</version>
118+
<version>1.0.3</version>
119119
<executions>
120120
<execution>
121121
<goals>

0 commit comments

Comments
 (0)