Skip to content

Commit

Permalink
Revert "Bump AWS SDK 2.28.15 (#667)"
Browse files Browse the repository at this point in the history
This reverts commit 0c487ad.
  • Loading branch information
pditommaso committed Oct 10, 2024
1 parent 1bc0699 commit da2f075
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ dependencies {
implementation("io.micronaut.cache:micronaut-cache-core")
implementation("io.micronaut.cache:micronaut-cache-caffeine")
implementation("io.micronaut.aws:micronaut-aws-parameter-store")
implementation "software.amazon.awssdk:ecr:2.28.17"
implementation "software.amazon.awssdk:ecrpublic:2.28.17"
implementation 'software.amazon.awssdk:ses:2.28.17'
implementation 'software.amazon.awssdk:s3:2.28.17'
implementation "software.amazon.awssdk:ecr"
implementation "software.amazon.awssdk:ecrpublic"
implementation 'software.amazon.awssdk:ses'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'org.luaj:luaj-jse:3.0.1'
Expand Down

0 comments on commit da2f075

Please sign in to comment.