Skip to content

Commit

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

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

Updates `org.apache.kafka:connect-api` from 3.5.1 to 3.6.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 Oct 4, 2023
1 parent 05cd1b0 commit b72fea3
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 @@ -15,7 +15,7 @@ plugins {
}

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

0 comments on commit b72fea3

Please sign in to comment.