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
Hello, thank you for enabling issues at Github, that makes it much easier to report them! Thank you also for maintainig this plugin!
Using the Maven Dependency Plugin to analyze a Maven project with Java 24 as a compilation target leads to the following error message:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.8.1:analyze (default-cli) [...]
Byte code of [...]: Unsupported class file major version 68
It works when using Java 23 as a compilation target. I also uploaded a minimal example to reproduce this here.