Increment spring-cloud-azure-dependencies package version for spring releases - #50027
Merged
Moary Chen (moarychan) merged 1 commit intoAug 4, 2026
Conversation
Moary Chen (moarychan)
requested review from
a team,
Rujun Chen (rujche) and
Xiaolu Dai (saragluna)
as code owners
August 4, 2026 09:04
Moary Chen (moarychan)
merged commit Aug 4, 2026
100b168
into
feature/spring-cloud-azure-6.x
5 of 6 checks passed
Moary Chen (moarychan)
deleted the
moary/sync-spring-cloud-azure-dependencies-version
branch
August 4, 2026 09:05
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
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.
Description
The automated increment PR #50014 bumped every Spring Cloud Azure 6.x module to
6.5.0;6.6.0-beta.1, but leftcom.azure.spring:spring-cloud-azure-dependenciesat the already-released6.5.0. This PR syncs the BOM with the rest of the 6.x modules.eng/versioning/version_client.txt:com.azure.spring:spring-cloud-azure-dependencies;6.4.0;6.5.0->;6.5.0;6.6.0-beta.1sdk/boms/spring-cloud-azure-dependencies/pom.xml:<version>->6.6.0-beta.1, refreshed bypython eng/versioning/update_versions.py --skip-readmeThis matches
main, where the BOM sits at7.4.0;7.5.0-beta.1after the 7.4.0 release.sdk/spring/README.mdintentionally keeps the released6.5.0, consistent withmainand with the--skip-readmebehavior of the increment automation.