Update dependency io.awspring.cloud:spring-cloud-aws-dependencies to v4.0.2#493
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency io.awspring.cloud:spring-cloud-aws-dependencies to v4.0.2#493renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0→4.0.2Release Notes
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-dependencies)
v4.0.2: 4.0.2Compare 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
SNS
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=falseNote: 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.1Compare 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.