Most of the dependencies are now managed via spring-boot dependency management. That means an upgrade of spring-boot version updates automatically dependencies managed by spring-boot and guarantees compatibility.
All other versions are managed in a single file (gradle.properties). Usually those versions are the most current ones. If that is not the case a comment should explain why not.
Most of the dependencies are now managed via spring-boot dependency management. That means an upgrade of spring-boot version updates automatically dependencies managed by spring-boot and guarantees compatibility. All other versions are managed in a single file (gradle.properties). Usually those versions are the most current ones. If that is not the case a comment should explain why not.
This change is