Skip to content

Commit

Permalink
Bump kafkaVersion from 3.5.1 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 3.5.1 to 3.7.0.

Updates `org.apache.kafka:kafka-clients` from 3.5.1 to 3.7.0

Updates `org.apache.kafka:connect-api` from 3.5.1 to 3.7.0

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:connect-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 27, 2024
1 parent 46b02db commit ddf0d9a
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 @@ -14,7 +14,7 @@ plugins {
}

ext {
kafkaVersion = '3.5.1'
kafkaVersion = '3.7.0'
solaceJavaAPIVersion = '10.22.0'
isSnapshot = project.version.endsWith('-SNAPSHOT')
}
Expand Down

0 comments on commit ddf0d9a

Please sign in to comment.