Skip to content

Commit

Permalink
fix mysql-binlog-connector-java
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jun 28, 2024
1 parent fe8319f commit 7b19de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/connector-node/risingwave-source-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
<dependency>
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<version>0.27.2</version>
<!-- https://central.sonatype.com/artifact/com.zendesk/mysql-binlog-connector-java/versions -->
<version>0.29.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 7b19de9

Please sign in to comment.