I was trying to migrate my spring boot project from spring boot 2.3 to 2.5 and spring cloud accordingly Hoxton to 2020.0.X and I noticed that the cloud provider specific libraries have been removed.
[ERROR] 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-aws:jar is missing. @ line 56, column 21
[ERROR] 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-aws-messaging:jar is missing. @ line 60, column 21
My first guess would be to specify my aws libraries to the right version but I wonder if there is a best way to ensure that my aws libraries are updated at the same time as my spring cloud migration in the future. I kind of like the use of the bom for the spring aws library.