xurror commented on pull request #977: URL: https://github.com/apache/fineract/pull/977#issuecomment-638592468
There is the [spring dependency BOM](https://mvnrepository.com/artifact/org.springframework/spring-framework-bom/5.2.6.RELEASE) but only conatains spring package which we are already using. On the other hand, there is this massive [platform bom](https://mvnrepository.com/artifact/io.spring.platform/platform-bom/Cairo-SR8) which contains alot of our dependencies if not all including spring dependencies except it's way behind us on updated packages. Using this will save us the pain of having to define dependencies in build.gradle but will also mean we would have to revert most if not all of the packages upgraded so far to the version specified in the BOM unless otherwise overwriting them which is just thesame as what we are doing now. Or we could create our own BOM but I hardly see the point of doing that. Let me know what you think. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
