You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bannedDependencies failure: bump scala-jackson.version to 2.18.7 (#49263)
* Fix bannedDependencies failure: bump scala-jackson.version to 2.18.7
The update_versions.py script's regex only matches <version> XML elements,
silently skipping custom property tags like <scala-jackson.version> despite
valid {x-version-update} comments. When PR #49180 bumped Jackson to 2.18.7,
these properties were left stale, causing the enforcer to ban the correct
2.18.7 dependency.
Bump scala-jackson.version from 2.18.6/2.18.4 to 2.18.7 in all four Spark
parent POMs. The underlying script limitation is tracked in PR #49262.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Trigger Cosmos CI
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
<pinned-resourcemanager-cosmos.version>2.53.4</pinned-resourcemanager-cosmos.version> <!-- This should not exceed the latest stable version that has been deployed across all clouds - including non-public clouds -->
0 commit comments