seekM opened a new issue, #524: URL: https://github.com/apache/maven-dependency-plugin/issues/524
### Affected version 3.8.1 ### Bug description Hello, thank you for enabling issues at Github, that makes it much easier to report them! Thank you also for mainting this plugin! I'd like to use the maven dependency plugin to analyze my project which has Java 24 as a compilation target. Doing so results in 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](https://github.com/seekM/maven-dependency-plugin-test-java-24). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org