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
The Micronaut BOM (io.micronaut:micronaut-bom) imports org.codehaus.groovy:groovy-bom using the ${groovy.version} property, supporting easy override in end projects. However, io.micronaut.groovy:micronaut-groovy-bom has a duplicate import of the same groovy-bom, but this time it uses an inline version (3.0.3 as of Micronaut 2.0.1). I think that this could be dropped entirely without adverse effect, but if it's retained it should use the same propertied version as the main BOM.
The text was updated successfully, but these errors were encountered:
The Micronaut BOM (
io.micronaut:micronaut-bom
) importsorg.codehaus.groovy:groovy-bom
using the${groovy.version}
property, supporting easy override in end projects. However,io.micronaut.groovy:micronaut-groovy-bom
has a duplicate import of the samegroovy-bom
, but this time it uses an inline version (3.0.3 as of Micronaut 2.0.1). I think that this could be dropped entirely without adverse effect, but if it's retained it should use the same propertied version as the main BOM.The text was updated successfully, but these errors were encountered: