Skip to content

Commit

Permalink
fix(deps): update dependency io.confluent:kafka-json-schema-serialize…
Browse files Browse the repository at this point in the history
…r to v7.7.2 (#401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 7e3c4c2 commit d3876b9
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 @@ -44,7 +44,7 @@ dependencies {

implementation("io.confluent:kafka-schema-registry-client:7.7.1")
implementation("io.confluent:kafka-protobuf-serializer:7.7.1")
implementation("io.confluent:kafka-json-schema-serializer:7.7.1")
implementation("io.confluent:kafka-json-schema-serializer:7.7.2")
implementation("com.github.everit-org.json-schema:org.everit.json.schema:1.14.4")

implementation("io.github.java-diff-utils:java-diff-utils:4.15")
Expand Down

0 comments on commit d3876b9

Please sign in to comment.