Bump com.azure:azure-storage-blob from 12.31.2 to 12.32.0 in /plugins/repository-azure#19783
Conversation
Bumps [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) from 12.31.2 to 12.32.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.31.2...azure-storage-blob_12.32.0) --- updated-dependencies: - dependency-name: com.azure:azure-storage-blob dependency-version: 12.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
|
❌ Gradle check result for 29f65a5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…om.azure-azure-storage-blob-12.32.0 Signed-off-by: Craig Perkins <cwperx@amazon.com>
|
❌ Gradle check result for 351e769: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 351e769: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
This could use some manual debugging. Marking as GFI as this should be simple (presuming at this point) to investigate. |
|
This PR is stalled because it has been open for 30 days with no activity. |
|
This PR is stalled because it has been open for 30 days with no activity. |
…om.azure-azure-storage-blob-12.32.0 Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis pull request updates two dependencies: ch.qos.logback from 1.5.18 to 1.5.20 for the HDFS test fixture (documented in CHANGELOG), and azure-storage-blob from 12.31.2 to 12.32.0 in the Azure plugin. Corresponding SHA-1 checksums are updated accordingly. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
plugins/repository-azure/build.gradle (1)
46-61:⚠️ Potential issue | 🟠 MajorAlign Azure SDK versions to avoid runtime NoSuchMethodError.
azure-storage-blob12.32.0 requiresazure-storage-common12.31.0 andazure-core1.57.0, but the current pinned versions (12.30.3 and 1.56.0) are incompatible. This version mismatch causes the NoSuchMethodError inStorageImplUtils.convertStorageExceptionMessage. Update these dependencies to the versions thatazure-storage-blob12.32.0 expects:
azure-core: 1.56.0 → 1.57.0azure-storage-common: 12.30.3 → 12.31.0Alternatively, use an Azure BOM to manage SDK versions centrally.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@plugins/repository-azure/build.gradle` around lines 46 - 61, The pinned Azure SDK versions are mismatched: azure-storage-blob:12.32.0 expects azure-core 1.57.0 and azure-storage-common 12.31.0 but the build lists azure-core:1.56.0 and azure-storage-common:12.30.3; update the dependency entries for "com.azure:azure-core" to 1.57.0 and "com.azure:azure-storage-common" to 12.31.0 (or replace these hard versions with the Azure BOM to manage SDK versions centrally) so azure-storage-blob, azure-core and azure-storage-common are aligned and avoid NoSuchMethodError in StorageImplUtils.convertStorageExceptionMessage.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
CHANGELOG.mdplugins/repository-azure/build.gradleplugins/repository-azure/licenses/azure-storage-blob-12.31.2.jar.sha1plugins/repository-azure/licenses/azure-storage-blob-12.32.0.jar.sha1
💤 Files with no reviewable changes (1)
- plugins/repository-azure/licenses/azure-storage-blob-12.31.2.jar.sha1
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (21)
- GitHub Check: Code-Diff-Analyzer / Code-Diff-Analyzer
- GitHub Check: precommit (21, macos-15)
- GitHub Check: assemble (21, ubuntu-latest)
- GitHub Check: assemble (25, windows-latest)
- GitHub Check: assemble (21, windows-latest)
- GitHub Check: precommit (25, macos-15-intel)
- GitHub Check: assemble (21, ubuntu-24.04-arm)
- GitHub Check: precommit (25, ubuntu-latest)
- GitHub Check: assemble (25, ubuntu-24.04-arm)
- GitHub Check: precommit (21, ubuntu-24.04-arm)
- GitHub Check: assemble (25, ubuntu-latest)
- GitHub Check: precommit (21, windows-2025, true)
- GitHub Check: precommit (25, macos-15)
- GitHub Check: precommit (21, macos-15-intel)
- GitHub Check: precommit (21, ubuntu-latest)
- GitHub Check: precommit (25, windows-latest)
- GitHub Check: precommit (25, ubuntu-24.04-arm)
- GitHub Check: precommit (21, windows-latest)
- GitHub Check: detect-breaking-change
- GitHub Check: dependabot
- GitHub Check: Analyze (java)
🔇 Additional comments (2)
CHANGELOG.md (1)
34-36: Changelog entry looks good.Clear, consistent dependency bump note.
plugins/repository-azure/licenses/azure-storage-blob-12.32.0.jar.sha1 (1)
1-1: Checksum file added as expected.No concerns.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@plugins/repository-azure/build.gradle`:
- Around line 46-61: The pinned Azure SDK versions are mismatched:
azure-storage-blob:12.32.0 expects azure-core 1.57.0 and azure-storage-common
12.31.0 but the build lists azure-core:1.56.0 and azure-storage-common:12.30.3;
update the dependency entries for "com.azure:azure-core" to 1.57.0 and
"com.azure:azure-storage-common" to 12.31.0 (or replace these hard versions with
the Azure BOM to manage SDK versions centrally) so azure-storage-blob,
azure-core and azure-storage-common are aligned and avoid NoSuchMethodError in
StorageImplUtils.convertStorageExceptionMessage.
|
❌ Gradle check result for 2b4477d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 2b4477d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Updated dependencies and fixed issues related to cluster metadata and terms aggregation. Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
|
❌ Gradle check result for 079d23e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 079d23e: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…om.azure-azure-storage-blob-12.32.0 Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
|
❌ Gradle check result for b05ae10: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for b05ae10: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Bumps com.azure:azure-storage-blob from 12.31.2 to 12.32.0.
Release notes
Sourced from com.azure:azure-storage-blob's releases.
Commits
2c5dcdfSTG99 GA Release 2025-10-21 (#47030)2921649cherrypicking just storage linting changes (#47049)010e556STG99 - Updating Dependencies (Attempt 3, Pulling all from main and restoring...21625a4Increment package versions for storage releases (#45950)f61d163STG99 Beta Release (#45943)da19e1aMoves Batch/Bulk to proxy endpoint when GW2.0 is enabled (#45945)0dca69dFixing OpenTelemetryTraces to include the GA V1 semantic conventionttributes ...e374355CallAutomation GA5 Changes (#45494)7a6ab1cIncrement package versions for webpubsub releases (#45938)03189aceng, mgmt changelog tool, ignore impl package (#45934)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)