External dependencies upgrade - Spring Boot 4.0.5 and Spring Cloud 2025.1.1#48604
Open
Netyyyy wants to merge 2 commits intoAzure:mainfrom
Open
External dependencies upgrade - Spring Boot 4.0.5 and Spring Cloud 2025.1.1#48604Netyyyy wants to merge 2 commits intoAzure:mainfrom
Netyyyy wants to merge 2 commits intoAzure:mainfrom
Conversation
Member
|
/azp run java - spring - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rujche
approved these changes
Mar 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Spring Boot 4.x dependency set used by the Azure Spring libraries, aligning pinned external dependency versions (Boot artifacts + related managed deps like Jackson/Netty) to Spring Boot 4.0.5.
Changes:
- Bump Spring Boot artifacts across multiple Spring modules’
pom.xmlfiles from 4.0.4 → 4.0.5 (and update related enforcerbannedDependenciesincludes). - Update Spring Boot 4.0.5 managed external dependency snapshot (
spring_boot_4.0.5_managed_external_dependencies.txt) including Jackson/Netty/Tomcat/Zipkin/jOOQ patch bumps. - Update central external dependency pins for the Spring Boot 4.x set in
eng/versioning/external_dependencies.txt, plus a top-level Spring changelog entry.
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/spring/spring-messaging-azure/pom.xml | Bumps Jackson Databind and Spring Boot test dependency versions; updates enforcer includes accordingly. |
| sdk/spring/spring-messaging-azure-storage-queue/pom.xml | Bumps Spring Boot test dependency to 4.0.5. |
| sdk/spring/spring-cloud-azure-testcontainers/pom.xml | Bumps Spring Boot testcontainers dependency to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml | Bumps Spring Boot actuator/test deps to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml | Bumps Spring Boot configuration processor/test deps to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml | Bumps Spring Boot actuator/test deps to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml | Bumps Spring Boot configuration processor/test deps to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-starter/pom.xml | Bumps Spring Boot starter dependency to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml | Bumps Spring Boot JMS + Netty dependencies to 4.0.5 / 4.2.12.Final. |
| sdk/spring/spring-cloud-azure-starter-monitor/pom.xml | Bumps Spring Boot starter/test deps to 4.0.5; updates enforcer include. |
| sdk/spring/spring-cloud-azure-starter-monitor-test/pom.xml | Bumps Spring Boot parent and test-related starter dependencies to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-jdbc-postgresql/pom.xml | Bumps Spring Boot JDBC dependency to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-jdbc-mysql/pom.xml | Bumps Spring Boot JDBC dependency to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml | Bumps Spring Boot integration starter to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml | Bumps Spring Boot integration starter to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml | Bumps Spring Boot integration starter to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-data-redis-lettuce/pom.xml | Bumps Spring Boot data-redis dependency to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-actuator/pom.xml | Bumps Spring Boot actuator starter to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml | Bumps Spring Boot restclient/security/http-converter deps to 4.0.5. |
| sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml | Bumps Spring Boot security/oauth2/restclient/http-converter deps to 4.0.5. |
| sdk/spring/spring-cloud-azure-integration-tests/pom.xml | Bumps Spring Boot parent to 4.0.5. |
| sdk/spring/spring-cloud-azure-integration-test-appconfiguration-config/pom.xml | Bumps Spring Boot parent and starter-test to 4.0.5. |
| sdk/spring/spring-cloud-azure-feature-management/pom.xml | Bumps Spring Boot starter/config processor/test + Jackson Databind to 4.0.5 / 2.21.2; updates enforcer includes. |
| sdk/spring/spring-cloud-azure-feature-management-web/pom.xml | Bumps Spring Boot starter-test to 4.0.5. |
| sdk/spring/spring-cloud-azure-docker-compose/pom.xml | Bumps Spring Boot docker-compose/test + Jackson Databind to 4.0.5 / 2.21.2; updates enforcer includes. |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Bumps many Spring Boot optional/test dependencies and enforcer includes to 4.0.5. |
| sdk/spring/spring-cloud-azure-appconfiguration-config/pom.xml | Bumps Spring Boot autoconfigure/actuator/config processor/test + Jackson Databind to 4.0.5 / 2.21.2; updates enforcer includes. |
| sdk/spring/spring-cloud-azure-appconfiguration-config-web/pom.xml | Bumps Spring Boot webmvc/actuator/test to 4.0.5; updates enforcer includes. |
| sdk/spring/spring-cloud-azure-actuator/pom.xml | Bumps Spring Boot actuator/health/test to 4.0.5; updates enforcer includes. |
| sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Bumps Spring Boot actuator-autoconfigure/test + Jackson Databind to 4.0.5 / 2.21.2; updates enforcer includes. |
| sdk/spring/scripts/spring_boot_4.0.5_managed_external_dependencies.txt | Refreshes the managed-dependency snapshot to match Spring Boot 4.0.5 BOM contents. |
| sdk/spring/azure-spring-data-cosmos/pom.xml | Bumps Spring Boot persistence/test and Jackson modules to 4.0.5 / 2.21.2; updates enforcer includes. |
| sdk/spring/CHANGELOG.md | Adds an unreleased note about the dependency upgrade. |
| eng/versioning/external_dependencies.txt | Updates pinned Spring Boot 4.x external dependency versions (Boot artifacts + Jackson/Netty); keeps Spring Cloud at 2025.1.1. |
Member
Author
Member
Author
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.5 from 4.0.4 and Spring Cloud version 2025.1.1 from 2025.1.1.
Release notes
Sourced from spring-boot releases.
This PR is created by GitHub Actions: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/23624307317