Skip to content

Commit da473f3

Browse files
Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.793 (#7351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a9a4ed commit da473f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation("com.amazonaws:aws-java-sdk-ec2")
6060
testImplementation("com.amazonaws:aws-java-sdk-kms")
6161
// The AWS SDK is used for testing the Called Methods Checker.
62-
testImplementation(platform("com.amazonaws:aws-java-sdk-bom:1.12.788"))
62+
testImplementation(platform("com.amazonaws:aws-java-sdk-bom:1.12.793"))
6363
// For the Resource Leak Checker's support for JavaEE.
6464
testImplementation("javax.servlet:javax.servlet-api:4.0.1")
6565
// For the Resource Leak Checker's support for IOUtils.

0 commit comments

Comments
 (0)