Skip to content

Commit

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

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 05cd1b0 commit 9776af5
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.1'
solaceJavaAPIVersion = '10.21.0'
isSnapshot = project.version.endsWith('-SNAPSHOT')
}
Expand Down

0 comments on commit 9776af5

Please sign in to comment.