Skip to content

chore(deps): Bump io-awspring-cloud from 4.0.1 to 4.0.2#1725

Merged
timonback merged 1 commit intomainfrom
dependabot/gradle/io-awspring-cloud-4.0.2
May 2, 2026
Merged

chore(deps): Bump io-awspring-cloud from 4.0.1 to 4.0.2#1725
timonback merged 1 commit intomainfrom
dependabot/gradle/io-awspring-cloud-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps io-awspring-cloud from 4.0.1 to 4.0.2.
Updates io.awspring.cloud:spring-cloud-aws-sns from 4.0.1 to 4.0.2

Release notes

Sourced from io.awspring.cloud:spring-cloud-aws-sns's releases.

4.0.2

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/4.0.2/reference/html/index.html

What's Changed

Added SNS message signature verification to protect HTTP/HTTPS notification endpoints against spoofed messages.

🔒 Security

  • Missing SNS message signature verification

SNS

⚠️ SNS Signature Verification (enabled by default)

Starting with 4.0.2, all incoming SNS messages (Notifications, SubscriptionConfirmations, and UnsubscribeConfirmations) are verified using SnsMessageManager from the AWS SDK v2. This ensures messages originate from Amazon SNS and have not been tampered with.

To disable verification:

spring.cloud.aws.sns.verification=false

Note: Verification will fail in tests where SNS messages are crafted manually without valid AWS signatures. Either disable verification in your test profile or mock the SnsMessageManager bean.

Full Changelog: awspring/spring-cloud-aws@v4.0.1...v4.0.2 (awspring/spring-cloud-aws@v4.0.1...v4.0.2)

Commits

Updates io.awspring.cloud:spring-cloud-aws-sqs from 4.0.1 to 4.0.2

Release notes

Sourced from io.awspring.cloud:spring-cloud-aws-sqs's releases.

4.0.2

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/4.0.2/reference/html/index.html

What's Changed

Added SNS message signature verification to protect HTTP/HTTPS notification endpoints against spoofed messages.

🔒 Security

  • Missing SNS message signature verification

SNS

⚠️ SNS Signature Verification (enabled by default)

Starting with 4.0.2, all incoming SNS messages (Notifications, SubscriptionConfirmations, and UnsubscribeConfirmations) are verified using SnsMessageManager from the AWS SDK v2. This ensures messages originate from Amazon SNS and have not been tampered with.

To disable verification:

spring.cloud.aws.sns.verification=false

Note: Verification will fail in tests where SNS messages are crafted manually without valid AWS signatures. Either disable verification in your test profile or mock the SnsMessageManager bean.

Full Changelog: awspring/spring-cloud-aws@v4.0.1...v4.0.2 (awspring/spring-cloud-aws@v4.0.1...v4.0.2)

Commits

Updates io.awspring.cloud:spring-cloud-aws-starter-sns from 4.0.1 to 4.0.2

Updates io.awspring.cloud:spring-cloud-aws-starter-sqs from 4.0.1 to 4.0.2

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `io-awspring-cloud` from 4.0.1 to 4.0.2.

Updates `io.awspring.cloud:spring-cloud-aws-sns` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](awspring/spring-cloud-aws@v4.0.1...v4.0.2)

Updates `io.awspring.cloud:spring-cloud-aws-sqs` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](awspring/spring-cloud-aws@v4.0.1...v4.0.2)

Updates `io.awspring.cloud:spring-cloud-aws-starter-sns` from 4.0.1 to 4.0.2

Updates `io.awspring.cloud:spring-cloud-aws-starter-sqs` from 4.0.1 to 4.0.2

---
updated-dependencies:
- dependency-name: io.awspring.cloud:spring-cloud-aws-sns
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.awspring.cloud:spring-cloud-aws-sqs
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sns
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sqs
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 2, 2026

Deploy Preview for springwolf-ui canceled.

Name Link
🔨 Latest commit d0eaf06
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/69f64944f7e3b400095b40a5

@timonback timonback merged commit 80d8407 into main May 2, 2026
43 checks passed
@timonback timonback deleted the dependabot/gradle/io-awspring-cloud-4.0.2 branch May 2, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant