Skip to content

Commit

Permalink
Merge pull request #243 from wellcomecollection/bump-up-aws
Browse files Browse the repository at this point in the history
Bump up aws
  • Loading branch information
agnesgaroux authored Apr 11, 2024
2 parents 0439426 + 52e4fae commit 7ef6390
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RELEASE_TYPE: minor
Bump aws to v2.25.28
2 changes: 1 addition & 1 deletion messaging/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
localstack:
image: "public.ecr.aws/localstack/localstack:2.2.0"
image: "public.ecr.aws/localstack/localstack:3.0.0"
environment:
- SERVICES=sns,sqs
- ALLOW_NONSTANDARD_REGIONS=1
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val elasticApm = "1.22.0"
val elastic4s = "8.8.1"

val aws = "2.19.0"
val aws = "2.25.28"

// Note: this should probably match the version of Circe used by elastic4s.
// See https://github.com/sksamuel/elastic4s/blob/master/project/Dependencies.scala
Expand Down

0 comments on commit 7ef6390

Please sign in to comment.