Skip to content

Commit

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

Updates `org.apache.kafka:kafka-clients` from 3.3.1 to 7.5.2-ce

Updates `org.apache.kafka:kafka-streams-test-utils` from 3.3.1 to 7.5.2-ce

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent ce7a761 commit 0afd5af
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 @@ -26,7 +26,7 @@ val moshiVersion = "1.15.0"
val fuelVersion = "2.2.1"
val log4j2Versjon = "2.21.1"
val prometheusVersion = "0.16.0"
val kafkaVersion = "3.3.1"
val kafkaVersion = "7.5.2-ce"
val ktorVersion = "2.3.6"
dependencies {
implementation(kotlin("stdlib"))
Expand Down

0 comments on commit 0afd5af

Please sign in to comment.