Skip to content

Commit

Permalink
Fix jackson vulnerability in avro
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 23, 2024
1 parent 41133b5 commit e6e5b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Versions {
const val publishPlugin = "2.0.0-rc-1"
}

const val avro = "1.11.3"
const val avro = "1.12.0"
const val commonsCompress = "1.26.0"
const val confluent = "7.6.0"
const val coroutines = "1.7.3"
Expand Down

0 comments on commit e6e5b29

Please sign in to comment.