Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade AWS SDK to 2.25.10 #1072

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Upgrade AWS SDK to 2.25.10 #1072

merged 5 commits into from
Mar 18, 2024

Conversation

maciejwalkowiak
Copy link
Contributor

No description provided.

@github-actions github-actions bot added component: cloudwatch CloudWatch integration related issue component: dynamodb DynamoDB integration related issue component: parameter-store Parameter Store integration related issue component: s3 S3 integration related issue component: secrets-manager Secrets Manager integration related issue component: sns SNS integration related issue component: sqs SQS integration related issue type: dependency-upgrade Dependency version bump labels Mar 4, 2024
@@ -63,7 +64,7 @@ class SnsTemplateIntegrationTest {

@Container
static LocalStackContainer localstack = new LocalStackContainer(
DockerImageName.parse("localstack/localstack:2.3.2")).withServices(SQS).withReuse(true);
DockerImageName.parse("localstack/localstack:3.2.0")).withServices(SNS, SQS).withReuse(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets remove withServices since it is not used anymore

@maciejwalkowiak maciejwalkowiak added this to the 3.2 milestone Mar 9, 2024
@maciejwalkowiak maciejwalkowiak marked this pull request as draft March 10, 2024 22:25
@maciejwalkowiak maciejwalkowiak modified the milestones: 3.2.0 RC1, 3.2.0 M1 Mar 17, 2024
@maciejwalkowiak maciejwalkowiak changed the title Upgrade AWS SDK to 2.25.1 Upgrade AWS SDK to 2.25.10 Mar 17, 2024
Copy link

sonarcloud bot commented Mar 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@maciejwalkowiak maciejwalkowiak marked this pull request as ready for review March 18, 2024 09:13
@maciejwalkowiak maciejwalkowiak merged commit c77fa9a into main Mar 18, 2024
5 checks passed
@maciejwalkowiak maciejwalkowiak deleted the upgrade-aws-sdk branch March 18, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: cloudwatch CloudWatch integration related issue component: dynamodb DynamoDB integration related issue component: parameter-store Parameter Store integration related issue component: s3 S3 integration related issue component: secrets-manager Secrets Manager integration related issue component: sns SNS integration related issue component: sqs SQS integration related issue type: dependency-upgrade Dependency version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants