Skip to content

Commit

Permalink
fix(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_2.13` from 3.8.1 to 3.9.0

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 43f518c commit 1245977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
jacksonVersion = '2.18.1'
jsonUnitVersion = '3.2.2'
scalaVersion = '2.13.15' // align transitive dependency from various modules, keep up to date
kafkaVersion = '3.8.1'
kafkaVersion = '3.9.0'
kafkaJunitVersion = '3.2.5' // Matching version: https://github.com/salesforce/kafka-junit/tree/master/kafka-junit5
dbRiderVersion = '1.44.0'
kotlinVersion = '2.0.21'
Expand Down

0 comments on commit 1245977

Please sign in to comment.