Skip to content

Commit

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

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

Updates `org.apache.kafka:kafka-streams` from 3.7.0 to 3.7.1

Updates `org.apache.kafka:kafka-metadata` from 3.7.0 to 3.7.1

Updates `org.apache.kafka:kafka-server-common` from 3.7.0 to 3.7.1

Updates `org.apache.kafka:kafka-streams-test-utils` from 3.7.0 to 3.7.1

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

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:kafka-streams
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:kafka-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:kafka-server-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:kafka-streams-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 6, 2024
1 parent f733bc8 commit 0b74ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
jaywayJsonPathVersion = '2.9.0'
junit4Version = '4.13.2'
junitJupiterVersion = '5.10.3'
kafkaVersion = '3.7.0'
kafkaVersion = '3.7.1'
kotlinCoroutinesVersion = '1.8.1'
log4jVersion = '2.23.1'
micrometerDocsVersion = '1.0.2'
Expand Down

0 comments on commit 0b74ec2

Please sign in to comment.