Skip to content

Commit

Permalink
Fix avro dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 26, 2024
1 parent 99efcc7 commit a39d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ktor = "2.3.4"
slf4j = "2.0.16"
confluent = "7.6.0"
kafka = "7.6.0-ce"
avro = "1.11.3"
avro = "1.12.0"
jackson = "2.15.3"
okhttp = "4.12.0"
junit = "5.10.0"
Expand Down

0 comments on commit a39d961

Please sign in to comment.