Skip to content

Commit

Permalink
Bump confluentVersion from 7.7.0 to 7.7.1 (#229)
Browse files Browse the repository at this point in the history
Bumps `confluentVersion` from 7.7.0 to 7.7.1.

Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.0 to 7.7.1
- [Commits](confluentinc/schema-registry@v7.7.0...v7.7.1)

Updates `io.confluent:kafka-schema-registry-client` from 7.7.0 to 7.7.1
- [Commits](confluentinc/schema-registry@v7.7.0...v7.7.1)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-streams-json-schema-serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.confluent:kafka-schema-registry-client
  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 Oct 1, 2024
1 parent 9b3e2d1 commit 8bc3322
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 @@ -36,7 +36,7 @@ val junitVersion = "5.11.1"
val junitPioneerVersion = "2.2.0"
val mockitoVersion = "5.14.1"
val jmhVersion = "1.37"
val confluentVersion = "7.7.0"
val confluentVersion = "7.7.1"
val vertxVersion = "4.5.10"

dependencies {
Expand Down

0 comments on commit 8bc3322

Please sign in to comment.