Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 84dcca0 commit 1028c4c
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 @@ -27,7 +27,7 @@ dependencies {
exclude group: 'org.glassfish.jersey.ext', module: 'jersey-bean-validation'
}
// Common Debezium Connector
implementation 'io.debezium:debezium-api:2.3.0.Final'
implementation 'io.debezium:debezium-api:2.5.1.Final'
implementation 'io.debezium:debezium-core:2.3.0.Final'
implementation 'io.debezium:debezium-storage-kafka:2.3.0.Final'
implementation 'io.debezium:debezium-storage-file:2.3.0.Final'
Expand Down

0 comments on commit 1028c4c

Please sign in to comment.