Skip to content

Commit

Permalink
Update dependency software.amazon.awssdk:s3 to v2.26.1 (#1171)
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 Jun 12, 2024
1 parent 54c618c commit 5871396
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.6")
implementation("software.amazon.awssdk:s3:2.26.0")
implementation("software.amazon.awssdk:s3:2.26.1")
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 5871396

Please sign in to comment.