Skip to content

Bump org.apache.maven.shared:maven-dependency-analyzer from 1.15.1 to 1.16.0 #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2025

Bumps org.apache.maven.shared:maven-dependency-analyzer from 1.15.1 to 1.16.0.

Release notes

Sourced from org.apache.maven.shared:maven-dependency-analyzer's releases.

1.16.0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • fa16b1b [maven-release-plugin] prepare release v1.16.0
  • b9fe148 Bump org.apache.maven.shared:maven-shared-components from 43 to 44 (#140)
  • dca28bb Enable GitHub Issues (#142)
  • aafef7e Bump org.ow2.asm:asm from 9.7.1 to 9.8
  • 05069d8 Bump org.assertj:assertj-bom from 3.27.2 to 3.27.3
  • 3ba9d0e Bump org.assertj:assertj-bom from 3.26.3 to 3.27.2
  • 9c2d4ab Remove unneeded suppression (#134)
  • 86c5aa2 [MSHARED-47] Don't flag xml-apis:xml-apis as undeclared (#135)
  • 3676865 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [org.apache.maven.shared:maven-dependency-analyzer](https://github.com/apache/maven-dependency-analyzer) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/apache/maven-dependency-analyzer/releases)
- [Commits](apache/maven-dependency-analyzer@maven-dependency-analyzer-1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-dependency-analyzer
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 18, 2025
@anuragagarwal561994
Copy link

@elharo do we know when this can be merged and released, the current version of maven-dependency-plugin is not working with java 24, because in the newer version of maven-dependency-analyzer asm has been updated to support both java 24 and 25.

@seekM
Copy link

seekM commented Apr 26, 2025

@anuragagarwal561994 FYI I also created an issue for this here.

maven-dependency-analyzer:1.15.1 uses asm:9.7.1 (see here). According to https://asm.ow2.io/versions.html version 9.7.1 offers "new Opcodes.V24 constant for Java 24", whereas the newest version 9.8 offers "new Opcodes.V25 constant for Java 25". I'm not sure I interpret this correctly, but reading this I would have assumed that version 9.7.1 should already offer suport for Java 24?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants