In a Spring boot microservice architecture you have many project folders each representing each service. I'd assume you have mult-module maven project with all services each having their own subdirectory in a parent folder, each having their own maven dependencies.
For maintainability and to keep all services updated with the latest dependencies how would you for example upgrade to the latest Spring BOM or upgrade a third party library like Apache commons for all services?