Skip to content

Commit

Permalink
Merge pull request #89 from ikovalyov/renovate/aws-java-sdk-monorepo
Browse files Browse the repository at this point in the history
Update dependency com.amazonaws:aws-java-sdk-core to v1.12.38
  • Loading branch information
ikovalyov authored Aug 3, 2021
2 parents 74b665e + e1c3761 commit 044a4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ kotlin {

implementation("org.testcontainers:junit-jupiter")
implementation("org.testcontainers:localstack")
implementation("com.amazonaws:aws-java-sdk-core:1.12.37") // testcontainers need it
implementation("com.amazonaws:aws-java-sdk-core:1.12.38") // testcontainers need it
}
}
}
Expand Down

0 comments on commit 044a4ec

Please sign in to comment.