Skip to content

Commit

Permalink
Bump com.mysql:mysql-connector-j
Browse files Browse the repository at this point in the history
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.33 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.33...8.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 6c11f9d commit 83a900d
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 @@ -35,7 +35,7 @@ dependencies {
implementation 'io.debezium:debezium-connector-mysql:2.3.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'
implementation 'com.mysql:mysql-connector-j:8.2.0'
implementation 'com.github.luben:zstd-jni:1.5.0-2'
// Debezium Postgres connector
implementation 'io.debezium:debezium-connector-postgres:2.3.0.Final'
Expand Down

0 comments on commit 83a900d

Please sign in to comment.