Skip to content

Commit

Permalink
Bump kafkaVersion from 3.8.1 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps `kafkaVersion` from 3.8.1 to 3.9.0.

Updates `org.apache.kafka:kafka-clients` from 3.8.1 to 3.9.0

Updates `org.apache.kafka:kafka-streams` from 3.8.1 to 3.9.0

Updates `org.apache.kafka:kafka-streams-test-utils` from 3.8.1 to 3.9.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-streams
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:kafka-streams-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 757a433 commit e73892e
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 @@ -76,7 +76,7 @@ subprojects {
set("junitPioneerVersion", "2.2.0") // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
set("mockitoVersion", "5.14.2") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
// Update kafka_version in `.github/workflows/build.yml` when updating this version
set("kafkaVersion", "3.8.1") // https://mvnrepository.com/artifact/org.apache.kafka
set("kafkaVersion", "3.9.0") // https://mvnrepository.com/artifact/org.apache.kafka
set("confluentVersion", "7.7.2") // https://packages.confluent.io/maven/io/confluent/kafka-schema-registry-client
set("testContainersVersion", "1.19.8") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
}
Expand Down

0 comments on commit e73892e

Please sign in to comment.