Skip to content

Commit

Permalink
chore(deps): Bump Avro to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed May 2, 2024
1 parent 8899022 commit 90355aa
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 @@ -120,7 +120,7 @@ publishing {
val kafkaVersion = "2.2.0"
val slf4jVersion = "1.7.36"

val avroVersion = "1.8.1"
val avroVersion = "1.11.3"
// Version 1.8.1 brings Jackson 1.9.x/org.codehaus.jackson package for Avro and Confluent Platform 4.1.4.
val confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4.
val hamcrestVersion = "2.2"
Expand Down

0 comments on commit 90355aa

Please sign in to comment.