Skip to content

Update dependency io.awspring.cloud:spring-cloud-aws-dependencies to v4.0.2#493

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-cloud-aws.version
Open

Update dependency io.awspring.cloud:spring-cloud-aws-dependencies to v4.0.2#493
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-cloud-aws.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 2, 2026

This PR contains the following updates:

Package Change Age Confidence
io.awspring.cloud:spring-cloud-aws-dependencies (source) 4.0.04.0.2 age confidence

Release Notes

awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-dependencies)

v4.0.2: 4.0.2

Compare Source

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)

v4.0.1: 4.0.1

Compare Source

Reference documentation

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

What's changed

Improved SQS reliability with better error handling, partial acknowledgements, FIFO context fixes, and new auto-configuration support.
Updated Localstack setup, upgraded AWS/Spring dependencies, and refined documentation with automated verification.

SQS
Localstack
Dependencies
Documentation

Full Changelog: awspring/spring-cloud-aws@v4.0.0...v4.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from rieckpil as a code owner May 2, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants