Skip to content

Commit

Permalink
chore(deps): 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 and loicmathieu committed Nov 12, 2024
1 parent a2acaa4 commit b97db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
def aetherVersion = "1.1.0"
def jollydayVersion = "0.29.0"
def jsonschemaVersion = "4.35.0"
def kafkaVersion = "3.8.1"
def kafkaVersion = "3.9.0"
def opensearchVersion = "2.17.0"
def opensearchRestVersion = "2.18.0"
def flyingSaucerVersion = "9.10.2"
Expand Down

0 comments on commit b97db33

Please sign in to comment.