Skip to content

Commit

Permalink
change to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jun 30, 2024
1 parent cefbc89 commit 15605b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/connector-node/risingwave-source-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<!-- https://central.sonatype.com/artifact/com.zendesk/mysql-binlog-connector-java/versions -->
<version>0.29.0</version>
<version>0.29.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<commons.io.version>2.11.0</commons.io.version>
<commons.text.version>1.10.0</commons.text.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<debezium.version>2.6.2.Final</debezium.version>
<debezium.version>2.7.0.Final</debezium.version>
<jackson.version>2.15.0</jackson.version>
<spark_sql.version>3.3.1</spark_sql.version>
<hadoop.version>3.4.0</hadoop.version>
Expand Down

0 comments on commit 15605b0

Please sign in to comment.