HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

Updated Spring Boot version and corresponding dependencies #90

Closed vishalsingh2972 closed 1 year ago

HarshadRanganathan commented 1 year ago

@vishalsingh2972 Instead of setting dependency versions in each dependency, we can make this change once in the version property

https://github.com/HarshadRanganathan/spring-boot-example/pull/90/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8L15

https://github.com/HarshadRanganathan/spring-boot-example/pull/90/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8L16

e.g.

<spring.boot.version>3.1.0</spring.boot.version>
<spring.cloud.version>2022.0.3</spring.cloud.version>