Skip to content

fix(deps): update dependency io.awspring.cloud:spring-cloud-aws-starter-secrets-manager from v3.4.2 to v4#881

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x
Open

fix(deps): update dependency io.awspring.cloud:spring-cloud-aws-starter-secrets-manager from v3.4.2 to v4#881
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.awspring.cloud:spring-cloud-aws-starter-secrets-manager (source) 3.4.24.0.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-secrets-manager)

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

v4.0.0: 4.0.0

Compare Source

Reference documentation

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

What's changed

🚀 Highlights

Spring Cloud AWS 4.0.0 is a major release aligned with the next generation of the Spring ecosystem. It delivers full compatibility with Spring Boot 4.x and Spring Framework 7.x.

A key milestone in this release is the integration of the Spring Integration AWS project directly into Spring Cloud AWS.

New Spring Integration modules include support for:

  • SQS
  • SNS
  • S3
  • DynamoDB
  • Kinesis (including KCL, Producer Library, and Spring Cloud Stream Binder)

Modernized testing support with ServiceConnection migration to Testcontainers 2.

SQS
SQS Integration
DynamoDb Integration
SNS Integration
DynamoDb
S3
Secrets Manager
S3 Integration
Kinesis Integration
STS
  • Configure STS Credentials provider only if either spring.cloud.aws.sts properties, system property or environment variable is set. by @​maciejwalkowiak in #​1444
SES
  • Align sending message with multiple MimeMessagePreparators with default implementation in JavaMailSender by @​maciejwalkowiak #​1503
Parameter Store
CloudWatch
Core
Dependency Upgrades
Documentation
Tests

Big thanks to all contributors! 💚

New Contributors

Full Changelog: https://github.com/awspring/spring-cloud-aws/compare/v3.4.2..v4.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@codecov

codecov Bot commented Feb 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.07%. Comparing base (e34da79) to head (912fe45).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #881   +/-   ##
=========================================
  Coverage     80.07%   80.07%           
  Complexity     1354     1354           
=========================================
  Files           214      214           
  Lines          7289     7289           
  Branches        528      528           
=========================================
  Hits           5837     5837           
  Misses         1163     1163           
  Partials        289      289           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x branch from 007e3e2 to 5f20e6f Compare February 2, 2026 16:25
@renovate renovate Bot force-pushed the renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x branch from 5f20e6f to 50a2483 Compare February 12, 2026 12:47
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x branch from 50a2483 to 1569999 Compare April 1, 2026 21:41
@renovate renovate Bot force-pushed the renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x branch from 1569999 to 2eba135 Compare April 27, 2026 07:42
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/io.awspring.cloud-spring-cloud-aws-starter-secrets-manager-4.x branch from 2eba135 to 912fe45 Compare May 3, 2026 02:31
@sonarqubecloud

sonarqubecloud Bot commented May 3, 2026

Copy link
Copy Markdown

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