Skip to content

Commit

Permalink
Bump software.amazon.awssdk:s3 from 2.29.52 to 2.30.0
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:s3 from 2.29.52 to 2.30.0.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 43da605 commit 05f4485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.13.0'
implementation 'com.sendgrid:sendgrid-java:4.10.3'
implementation 'org.bouncycastle:bcprov-jdk18on:1.80'
implementation 'software.amazon.awssdk:s3:2.29.52'
implementation 'software.amazon.awssdk:s3:2.30.0'

if (useLocalLibrary == 'true') {
implementation fileTree(dir: "$rootDir/../form-flow/build/libs", include: '*.jar')
Expand Down

0 comments on commit 05f4485

Please sign in to comment.