Skip to content

Commit

Permalink
fix(cve): Update snakeyml to 1.31 to fix following CVEs CVE-2022-25857
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Mar 4, 2024
1 parent 6372617 commit ff855a3
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 @@ -187,7 +187,7 @@ dependencies {
// making it strict as some of the modules have it resolved to higher versions (ex: kork-secrets-gcp to 1.30)
api("org.yaml:snakeyaml") {
version {
strictly "1.27"
strictly "1.31"
}
}
api("org.springdoc:springdoc-openapi-webmvc-core:${versions.openapi}")
Expand Down

0 comments on commit ff855a3

Please sign in to comment.