Skip to content

Commit

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

Updates `org.apache.kafka:kafka-clients` from 7.8.0-ce to 7.8.1-ce

Updates `org.apache.kafka:kafka-streams` from 7.8.0-ce to 7.8.1-ce

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 4d9d1d9 commit e06c72e
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 @@ dependencies {
implementation("com.github.navikt:dagpenger-events:20231220.3050bf")
implementation(libs.bundles.jackson)

val kafkaVersion = "7.8.0-ce"
val kafkaVersion = "7.8.1-ce"
implementation("org.apache.kafka:kafka-clients:$kafkaVersion")
implementation("org.apache.kafka:kafka-streams:$kafkaVersion")

Expand Down

0 comments on commit e06c72e

Please sign in to comment.