Skip to content

Commit

Permalink
fix(deps): Bump org.apache.kafka:kafka_2.13 from 3.6.0 to 3.6.1 (#406)
Browse files Browse the repository at this point in the history
chore(deps): Bump org.apache.kafka:kafka_2.13 from 3.6.0 to 3.6.1

Bumps org.apache.kafka:kafka_2.13 from 3.6.0 to 3.6.1.

---
updated-dependencies:
- 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 Dec 6, 2023
1 parent f125b0b commit a0ceac7
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
@@ -1,5 +1,5 @@
buildscript {
ext.kafka_version = '3.6.0'
ext.kafka_version = '3.6.1'
ext.scala_version = '2.13'
ext.kotlin_version = '1.9.21'
ext.unboundid_version = '6.0.11'
Expand Down

0 comments on commit a0ceac7

Please sign in to comment.