jdaugherty commented on PR #15320: URL: https://github.com/apache/grails-core/pull/15320#issuecomment-3769708168
So @jamesfredley & I figured out that overriding the groovy version does not work when using the spring dependency management plugin for 2 reasons: 1. the apply exclusions was set to false (due to bug https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/368) 2. for the exclusions to work, specific versions must be overridden in downstream boms I added all of the groovy-bom dependencies to our bom so the dependency management plugin works correctly when we upgrade to a version of groovy newer than spring boot. -- 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]
