mbien commented on issue #7040: URL: https://github.com/apache/netbeans/issues/7040#issuecomment-1947620744
ok yeah that would be the reason why it downgraded asm. `nbm-maven-plugin` 14.0 depends on a newer version (which depends on asm 9.5). overwriting dependencies with direct dependency declaration will downgrade things if you are not careful - even though I expected something like that, finding the cause is not always easy. you can check it here: https://repo1.maven.org/maven2/org/apache/netbeans/utilities/nbm-maven-plugin/14.0/nbm-maven-plugin-14.0.pom where everything is correct -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
