Skip to content

Commit

Permalink
chore(deps): bump kafkaVersion from 2.2.0 to 3.7.1
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 2.2.0 to 3.7.1.

Updates `org.apache.kafka:connect-api` from 2.2.0 to 3.7.1

Updates `org.apache.kafka:connect-json` from 2.2.0 to 3.7.1

---
updated-dependencies:
- dependency-name: org.apache.kafka:connect-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.kafka:connect-json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent b0ce9a6 commit 7a7ad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ wrapper {
}

ext {
kafkaVersion = "2.2.0"
kafkaVersion = "3.7.1"
slf4jVersion = "2.0.12"
elasticJavaClientVersion = "7.17.18"
testContainersElasticVersion = "1.19.7"
Expand Down

0 comments on commit 7a7ad1d

Please sign in to comment.