On 3/19/25 23:34, Mark Derricutt wrote:
>  On 20 Mar 2025 at 10:04:24 AM, Romain Manni-Bucau <rmannibu...@gmail.com>
> wrote:
>
>> did you try upgrading asm in plugin deps?
>>
> Nope - but a cursory glance shows asm 9.7.1 being used, which is the
> current version.

i ended up bumping asm as direct dependency in most projects I work on as 
prophylactic measure, toolbox makes it easy to find (unless its shaded):

mvn eu.maveniverse.maven.plugins:toolbox:plugin-tree-find -DverboseTree=true 
-DartifactMatcherSpec="artifact(*:asm)"

(classfile API went final in JDK 24 - yey! so at some point this will be less 
of a problem)

best regards,

michael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to