Skip to content

Commit

Permalink
Bump confluentVersion from 7.7.0 to 7.7.1
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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f8e1d30 commit e000adf
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.13.0"
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 e000adf

Please sign in to comment.