Skip to content

Bump asm from 9.7 to 9.9.1#20330

Merged
sandeshkr419 merged 4 commits intomainfrom
dependabot/gradle/asm-9.9.1
Dec 30, 2025
Merged

Bump asm from 9.7 to 9.9.1#20330
sandeshkr419 merged 4 commits intomainfrom
dependabot/gradle/asm-9.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps asm from 9.7 to 9.9.1.
Updates org.ow2.asm:asm-analysis from 9.7 to 9.9.1

Updates org.ow2.asm:asm-commons from 9.7 to 9.9.1

Updates org.ow2.asm:asm from 9.7 to 9.9.1

Updates org.ow2.asm:asm-tree from 9.7 to 9.9.1

Updates org.ow2.asm:asm-util from 9.7 to 9.9.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Bumped ASM libraries from 9.7 to 9.9.1 across the project.
    • Updated associated license checksum artifacts to match the new ASM versions.
    • Updated changelog entry to reflect the ASM version bump.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps `asm` from 9.7 to 9.9.1.

Updates `org.ow2.asm:asm-analysis` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-commons` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.9.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-analysis
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Dec 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2025 13:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dependabot PRs with auto version bumps from dependabot labels Dec 29, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 29, 2025

📝 Walkthrough

Walkthrough

Bumped ASM from 9.7 to 9.9.1 in the Gradle version catalog and replaced corresponding asm-related SHA-1 license files (removed 9.7 checksums, added 9.9.1 checksums) across modules and a plugin. No code or public API changes.

Changes

Cohort / File(s) Summary
Version catalog
gradle/libs.versions.toml
ASM library version updated from 9.79.9.1.
Removed 9.7 license checksums
modules/lang-expression/licenses/asm-9.7.jar.sha1, modules/lang-expression/licenses/asm-commons-9.7.jar.sha1, modules/lang-expression/licenses/asm-tree-9.7.jar.sha1, modules/lang-painless/licenses/asm-9.7.jar.sha1, modules/lang-painless/licenses/asm-analysis-9.7.jar.sha1, modules/lang-painless/licenses/asm-commons-9.7.jar.sha1, modules/lang-painless/licenses/asm-tree-9.7.jar.sha1, modules/lang-painless/licenses/asm-util-9.7.jar.sha1, plugins/repository-azure/licenses/asm-9.7.jar.sha1
Deleted old SHA-1 files for ASM 9.7 artifacts.
Added 9.9.1 license checksums
modules/lang-expression/licenses/asm-9.9.1.jar.sha1, modules/lang-expression/licenses/asm-commons-9.9.1.jar.sha1, modules/lang-expression/licenses/asm-tree-9.9.1.jar.sha1, modules/lang-painless/licenses/asm-9.9.1.jar.sha1, modules/lang-painless/licenses/asm-analysis-9.9.1.jar.sha1, modules/lang-painless/licenses/asm-commons-9.9.1.jar.sha1, modules/lang-painless/licenses/asm-tree-9.9.1.jar.sha1, modules/lang-painless/licenses/asm-util-9.9.1.jar.sha1, plugins/repository-azure/licenses/asm-9.9.1.jar.sha1
Added new SHA-1 files for ASM 9.9.1 artifacts (single-line checksum files).
Changelog
CHANGELOG.md
Added Unreleased entry noting ASM bumped 9.7 → 9.9.1 under Dependencies.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • peternied

Poem

🐇 I hopped through toml and checksum trails,

Swapped old footprints for fresh 9.9.1 sails.
Tiny files moved, no code undone,
A quiet tweak — now build and run. 🥕

Pre-merge checks

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lists the specific ASM artifacts updated but lacks key template sections like 'Related Issues', detailed explanation of what the change achieves, and the required checklist items from the repository template. Add a 'Related Issues' section (ideally referencing issue #20330 mentioned in the raw summary), provide a brief description of the change's purpose, and complete the checklist items with appropriate selections or explanations.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Bump asm from 9.7 to 9.9.1' directly and concisely describes the main change: updating ASM dependencies from version 9.7 to 9.9.1, which aligns with all file modifications in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 62510a3 and 786e1c8.

📒 Files selected for processing (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md
⏰ 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: gradle-check
  • GitHub Check: precommit (21, ubuntu-24.04-arm)
  • GitHub Check: precommit (25, macos-15-intel)
  • GitHub Check: precommit (25, macos-15)
  • GitHub Check: precommit (25, ubuntu-24.04-arm)
  • GitHub Check: precommit (25, windows-latest)
  • GitHub Check: precommit (21, windows-2025, true)
  • GitHub Check: precommit (21, ubuntu-latest)
  • GitHub Check: precommit (21, windows-latest)
  • GitHub Check: precommit (25, ubuntu-latest)
  • GitHub Check: precommit (21, macos-15)
  • GitHub Check: precommit (21, macos-15-intel)
  • GitHub Check: Analyze (java)
  • GitHub Check: dependabot
  • GitHub Check: assemble (21, windows-latest)
  • GitHub Check: assemble (21, ubuntu-24.04-arm)
  • GitHub Check: assemble (25, ubuntu-latest)
  • GitHub Check: assemble (21, ubuntu-latest)
  • GitHub Check: assemble (25, ubuntu-24.04-arm)
  • GitHub Check: assemble (25, windows-latest)
  • GitHub Check: detect-breaking-change

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 62510a3: 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?

Signed-off-by: Craig Perkins <cwperx@amazon.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 786e1c8: 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?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 786e1c8: 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?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 786e1c8: 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?

@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 786e1c8: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.27%. Comparing base (5e80506) to head (786e1c8).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20330      +/-   ##
============================================
+ Coverage     73.26%   73.27%   +0.01%     
- Complexity    71715    71749      +34     
============================================
  Files          5785     5785              
  Lines        328140   328140              
  Branches      47270    47270              
============================================
+ Hits         240399   240438      +39     
+ Misses        68459    68396      -63     
- Partials      19282    19306      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sandeshkr419 sandeshkr419 merged commit 438a482 into main Dec 30, 2025
38 of 44 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/asm-9.9.1 branch December 30, 2025 08:34
mohit10011999 pushed a commit to mohit10011999/OpenSearch that referenced this pull request Dec 30, 2025
* Bump asm from 9.7 to 9.9.1

Bumps `asm` from 9.7 to 9.9.1.

Updates `org.ow2.asm:asm-analysis` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-commons` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.9.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-analysis
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <cwperx@amazon.com>
mohit10011999 pushed a commit to mohit10011999/OpenSearch that referenced this pull request Dec 30, 2025
* Bump asm from 9.7 to 9.9.1

Bumps `asm` from 9.7 to 9.9.1.

Updates `org.ow2.asm:asm-analysis` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-commons` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.9.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-analysis
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <cwperx@amazon.com>
tanyabti pushed a commit to tanyabti/OpenSearch that referenced this pull request Feb 24, 2026
* Bump asm from 9.7 to 9.9.1

Bumps `asm` from 9.7 to 9.9.1.

Updates `org.ow2.asm:asm-analysis` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-commons` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.9.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-analysis
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <cwperx@amazon.com>
tanyabti pushed a commit to tanyabti/OpenSearch that referenced this pull request Feb 24, 2026
* Bump asm from 9.7 to 9.9.1

Bumps `asm` from 9.7 to 9.9.1.

Updates `org.ow2.asm:asm-analysis` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-commons` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-tree` from 9.7 to 9.9.1

Updates `org.ow2.asm:asm-util` from 9.7 to 9.9.1

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-analysis
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-version: 9.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Perkins <cwperx@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants