Skip to content

Commit

Permalink
chore(dependencies): update the aws sdk to 1.12.176 (spinnaker#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf authored Jun 10, 2022
1 parent d895e2b commit 6d2517e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ javaPlatform {
ext {
versions = [
arrow : "0.13.2",
aws : "1.12.135",
aws : "1.12.176",
bouncycastle : "1.64", // 1.64 removes CVE-2019-17359
brave : "5.12.3",
groovy : "2.5.14", //this needs to keep in sync with the version from boot... if we could get rid of groovy-all we'd no longer need this
Expand Down 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.3"))
api(platform("com.fasterxml.jackson:jackson-bom:2.12.6"))
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 6d2517e

Please sign in to comment.