Skip to content

Commit

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

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

Updates `org.apache.kafka:kafka_2.13` from 3.7.0 to 7.8.0-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_2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 35fdd5e commit 1a6647b
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 @@ -23,7 +23,7 @@ val postgresVersion = "42.7.4"
val hikariVersion = "5.1.0"
val flywayVersion = "10.21.0"
val gsonVersion = "2.11.0"
val kafkaVersion = "3.7.0"
val kafkaVersion = "7.8.0-ce"
val altinnKanalSchemasVersion = "2.0.0"
val avroVersion = "1.12.0"
val confluentVersion = "7.7.2"
Expand Down

0 comments on commit 1a6647b

Please sign in to comment.