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.1
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 5fb5eb9 commit 4bf9cdc
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.0")
implementation("io.confluent:kafka-protobuf-serializer:7.7.0")
implementation("io.confluent:kafka-json-schema-serializer:7.7.0")
implementation("io.confluent:kafka-json-schema-serializer:7.7.1")
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 4bf9cdc

Please sign in to comment.