Skip to content

Commit

Permalink
Update dependency software.amazon.awssdk:s3 to v2.25.57 (#1150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent ebc5683 commit b012393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
implementation("com.amazonaws:aws-lambda-java-events:3.11.5")
implementation("software.amazon.awssdk:s3:2.25.56")
implementation("software.amazon.awssdk:s3:2.25.57")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
Expand Down

0 comments on commit b012393

Please sign in to comment.