Skip to content

Commit

Permalink
Update dependency io.confluent:kafka-json-schema-serializer to v7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2024
1 parent 361e3de commit f7e50f7
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 @@ dependencies {

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

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

0 comments on commit f7e50f7

Please sign in to comment.