External dependencies upgrade - Spring Boot 4.0.1 and Spring Cloud 2025.1.0#47734
Merged
Netyyyy merged 1 commit intoAzure:mainfrom Jan 16, 2026
Merged
External dependencies upgrade - Spring Boot 4.0.1 and Spring Cloud 2025.1.0#47734Netyyyy merged 1 commit intoAzure:mainfrom
Netyyyy merged 1 commit intoAzure:mainfrom
Conversation
Member
Author
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades external dependencies to align with Spring Boot 4.0.1 (from 4.0.0) and maintains Spring Cloud 2025.1.0. This is a routine dependency maintenance update that includes upgrades to Spring Framework, Spring Data, Spring Integration, Reactor, Netty, and various other transitive dependencies managed by Spring Boot.
Changes:
- Upgraded Spring Boot from 4.0.0 to 4.0.1 across all Spring modules
- Upgraded Spring Framework from 7.0.1 to 7.0.2
- Upgraded Spring Data Commons from 4.0.0 to 4.0.1
- Updated transitive dependencies (Netty 4.2.7.Final → 4.2.9.Final, Micrometer 1.16.0 → 1.16.1, Reactor 3.8.0 → 3.8.1, etc.)
- Updated CHANGELOG.md with dependency version information
Reviewed changes
Copilot reviewed 41 out of 42 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sdk/spring/CHANGELOG.md | Added entry documenting Spring Boot 4.0.1 and Spring Cloud 2025.1.0 upgrade |
| eng/versioning/external_dependencies.txt | Updated Spring Boot and related dependency versions in master external dependencies list |
| sdk/spring/scripts/spring_boot_4.0.1_managed_external_dependencies.txt | Comprehensive list of all managed dependencies from Spring Boot 4.0.1 BOM |
| Multiple pom.xml files | Updated Spring Boot, Spring Framework, Spring Data, and related dependency versions across all Spring modules |
Member
Author
|
/check-enforcer override |
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.
Updates external dependencies to align with Spring Boot version 4.0.1 from 4.0.0 and Spring Cloud version 2025.1.0 from 2025.1.0.
Release notes
Sourced from spring-boot releases.
🐞 Bug Fixes
@ServiceConnectionfor LgtmStackContainer fails when logging endpoint is configured due to multiple OtlpLoggingConnectionDetails beans #48536@SpringBootTestdue to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter #48253📔 Documentation
@AutoConfigureCache#48522@ConfigurationPropertiesSourceexample #48357@EnableBatchProcessingturns off all batch auto-configuration, including schema initialization #48266@AutoConfiguration#48228🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Nhahan, @arey, @banseok1216, @berry120, @candrews, @dmitrysulman, @geopark021, @hktechn0, @igslznev, @jwalter, @kzander91, @michaldo, @mzeijen, @ngocnhan-tran1996, @noojung, @scottfrederick, @vpavic, and @youngledo
This PR is created by GitHub Actions: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/21052050660