Skip to content

Commit

Permalink
fix(deps): update dependency com.amazonaws:aws-java-sdk-core to v1.12…
Browse files Browse the repository at this point in the history
….748
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 81830ed commit 5127d1b
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 @@ -168,7 +168,7 @@ kotlin {

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

0 comments on commit 5127d1b

Please sign in to comment.