Skip to content

Commit

Permalink
Bump kafkaVersion from 7.5.3-ce to 7.6.1-ce
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 7.5.3-ce to 7.6.1-ce.

Updates `org.apache.kafka:kafka-streams` from 7.5.3-ce to 7.6.1-ce

Updates `org.apache.kafka:kafka-clients` from 7.5.3-ce to 7.6.1-ce

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-streams
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 689bcaf commit 2d1a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subprojects {
extra.apply {
set("specmeshVersion", "0.9.2")
set("specmeshDataGenVersion", "0.5.3")
set("kafkaVersion", "7.5.3-ce")
set("kafkaVersion", "7.6.1-ce")
set("confluentVersion", "7.5.3")
set("testcontainersVersion", "1.18.3")
set("openTracingVersion", "0.33.0")
Expand Down

0 comments on commit 2d1a41e

Please sign in to comment.