Skip to content

Commit

Permalink
Bump kafkaVersion from 7.7.1-ce to 7.7.2-ce (#431)
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 7.7.1-ce to 7.7.2-ce.

Updates `org.apache.kafka:kafka-streams` from 7.7.1-ce to 7.7.2-ce

Updates `org.apache.kafka:kafka-clients` from 7.7.1-ce to 7.7.2-ce

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent cdee403 commit 8ee555b
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 @@ -64,7 +64,7 @@ subprojects {
}

extra.apply {
set("kafkaVersion", "7.7.1-ce")
set("kafkaVersion", "7.7.2-ce")
set("openTracingVersion", "0.33.0")
set("observabilityVersion", "1.1.8")
set("guavaVersion", "33.3.1-jre")
Expand Down

0 comments on commit 8ee555b

Please sign in to comment.