Skip to content

Commit

Permalink
fix(deps): update dependency io.confluent:kafka-avro-serializer to v7
Browse files Browse the repository at this point in the history
| datasource | package                            | from   | to    |
| ---------- | ---------------------------------- | ------ | ----- |
| maven      | io.confluent:kafka-avro-serializer | 5.5.14 | 7.3.2 |
  • Loading branch information
renovate[bot] authored Mar 19, 2023
1 parent 95eca6d commit 422cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencyResolutionManagement {
create("libs") {
version("annotation-api", "1.3.2")
version("avro", "1.11.1")
version("confluent", "5.5.14")
version("confluent", "7.3.2")
version("kotlin-faker", "1.14.0")
version("grpc", "1.53.0")
version("junit", "5.9.2")
Expand Down

0 comments on commit 422cbd5

Please sign in to comment.