Skip to content

Commit

Permalink
tidb-binlog: update the third-party dependency version in the kafkaRe… (
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot committed Aug 1, 2022
1 parent c5718d7 commit 4970ee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tidb-binlog/driver/example/kafkaReader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>1.0.0</version>
<version>2.7.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.12</artifactId>
<version>1.0.0</version>
<version>3.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.9.1</version>
<version>3.20.0</version>
</dependency>

</dependencies>
Expand All @@ -62,4 +62,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 4970ee8

Please sign in to comment.