Skip to content

Commit

Permalink
chore(dependencies): fix CVE-2020-36518 by upgrading com.fasterxml.ja…
Browse files Browse the repository at this point in the history
…ckson:jackson-bom to 2.12.6.20220326

see FasterXML/jackson-databind#2816
  • Loading branch information
dbyron-sf committed Jun 13, 2022
1 parent 6d2517e commit 0efede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// this project and need to configure gradle plugins etc.
api(platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion"))
api(platform("org.junit:junit-bom:5.6.3"))
api(platform("com.fasterxml.jackson:jackson-bom:2.12.6"))
api(platform("com.fasterxml.jackson:jackson-bom:2.12.6.20220326"))
api(platform("io.zipkin.brave:brave-bom:${versions.brave}"))
api(platform("org.springframework.boot:spring-boot-dependencies:${versions.springBoot}"))
api(platform("com.amazonaws:aws-java-sdk-bom:${versions.aws}"))
Expand Down

0 comments on commit 0efede7

Please sign in to comment.