mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4999898617
We need to explicitly apply Dependency Management to the root project since it depends on modules that use dependency management. We need to ensure dependency management is applied after propdeps-maven to avoid an ordering issue [1] An update to propdeps was necessary to be compatable with Gradle 3.4+ [1] https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/149 Issue: SPR-15207