Skip to content

Commit

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

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

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

---
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 Dec 1, 2024
1 parent f0e0ce9 commit e0669ff
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.3"
val junitPioneerVersion = "2.3.0"
val mockitoVersion = "5.14.2"
val jmhVersion = "1.37"
val confluentVersion = "7.7.1"
val confluentVersion = "7.7.2"
val vertxVersion = "4.5.10"

dependencies {
Expand Down

0 comments on commit e0669ff

Please sign in to comment.