Skip to content

Commit

Permalink
Bump kafkaVersion from 3.7.1 to 3.8.0 (#534)
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 3.7.1 to 3.8.0.

Updates `org.apache.kafka:kafka-clients` from 3.7.1 to 3.8.0

Updates `org.apache.kafka:kafka_2.13` from 3.7.1 to 3.8.0

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

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 Aug 7, 2024
1 parent ee6342d commit 9ea56c3
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 @@ -20,7 +20,7 @@ val hikariVersion = "5.1.0"
val flywayVersion = "10.15.2"
val vaultJdbcVersion = "1.3.9"
val jacksonVersion = "2.17.1"
val kafkaVersion = "3.7.1"
val kafkaVersion = "3.8.0"
val brukernotifikasjonerBuilderVersion = "1.0.4"
val kotlinVersion = "2.0.10"

Expand Down

0 comments on commit 9ea56c3

Please sign in to comment.