Skip to content

Commit

Permalink
Bump io.confluent:kafka-schema-registry-parent from 7.3.1 to 7.3.3
Browse files Browse the repository at this point in the history
Bumps [io.confluent:kafka-schema-registry-parent](https://github.com/confluentinc/schema-registry) from 7.3.1 to 7.3.3.
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](confluentinc/schema-registry@v7.3.1...v7.3.3)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-schema-registry-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 8461989 commit 2ea7408
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 @@ -18,7 +18,7 @@ repositories {

// Dependencies versions
val kotlinVersion = "1.8.10"
val confluentVersion = "7.3.1"
val confluentVersion = "7.3.3"
dependencies {
implementation(gradleApi())
implementation(kotlin("stdlib", kotlinVersion))
Expand Down

0 comments on commit 2ea7408

Please sign in to comment.