Skip to content

Commit

Permalink
Bump confluentVersion from 7.5.1 to 7.5.2
Browse files Browse the repository at this point in the history
Bumps `confluentVersion` from 7.5.1 to 7.5.2.

Updates `io.confluent:kafka-streams-json-schema-serde` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `io.confluent:kafka-schema-registry-client` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.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]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 92d1e2f commit e7563fd
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 @@ -38,7 +38,7 @@ val junitPioneerVersion = "2.0.1"
val mockitoVersion = "5.5.0"
val hamcrestVersion = "2.2"
val jmhVersion = "1.36"
val confluentVersion = "7.5.1"
val confluentVersion = "7.5.2"
val vertxVersion = "4.4.1"

dependencies {
Expand Down

0 comments on commit e7563fd

Please sign in to comment.