Skip to content

Commit

Permalink
Merge pull request #122 from zalando-incubator/dependabot/maven/softw…
Browse files Browse the repository at this point in the history
…are.amazon.awssdk-bom-2.30.12

Bump software.amazon.awssdk:bom from 2.26.15 to 2.30.12
  • Loading branch information
lukasniemeier-zalando authored Feb 4, 2025
2 parents 860f1b3 + d2c87f6 commit 650490e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<slf4j.version>2.0.16</slf4j.version>
<mockito.version>5.15.2</mockito.version>
<hamcrest.version>3.0</hamcrest.version>
<awssdk.version>2.26.15</awssdk.version>
<awssdk.version>2.30.12</awssdk.version>
<testcontainers.version>1.20.4</testcontainers.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ S3ConfigurationRepository configurationRepository(

@Container
private static final LocalStackContainer localstack = new LocalStackContainer(
DockerImageName.parse("localstack/localstack:2.1.0")
DockerImageName.parse("localstack/localstack:4.1.0")
).withServices(S3, KMS).withEnv("DEFAULT_REGION", Region.EU_CENTRAL_1.id());

@Bean
Expand Down

0 comments on commit 650490e

Please sign in to comment.