Skip to content

Commit

Permalink
Bump io.debezium:debezium-connector-mysql
Browse files Browse the repository at this point in the history
Bumps io.debezium:debezium-connector-mysql from 2.3.0.Final to 2.5.0.Final.

---
updated-dependencies:
- dependency-name: io.debezium:debezium-connector-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5b372ce commit 6c324de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/kafka-connect-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'io.debezium:debezium-storage-file:2.3.0.Final'
// Debezium MySQL Connector
implementation 'org.antlr:antlr4-runtime:4.10.1'
implementation 'io.debezium:debezium-connector-mysql:2.3.0.Final'
implementation 'io.debezium:debezium-connector-mysql:2.5.0.Final'
implementation 'io.debezium:debezium-ddl-parser:2.3.0.Final'
implementation 'com.zendesk:mysql-binlog-connector-java:0.28.1'
implementation 'com.mysql:mysql-connector-j:8.0.33'
Expand Down

0 comments on commit 6c324de

Please sign in to comment.