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 6a82a0d commit 464b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ object Versions {
const val slf4j = "2.0.13"
const val confluent = "7.6.0"
const val kafka = "${confluent}-ce"
const val avro = "1.11.3"
const val avro = "1.12.0"
const val jackson = "2.15.3"
const val okhttp = "4.12.0"
const val junit = "5.10.0"
Expand Down

0 comments on commit 464b556

Please sign in to comment.