I know I can upgrade my version by simple updating this code:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.10.RELEASE</version>
<relativePath/>
</parent>
but I'd like to know what dependencies I would also have to update if I'm doing this. Only thing I found was a guide for upgrading from 1.5 to 2.0. I tried just updating the version to 2.5.5 and resolving the errors as I get them, but I've spent hours with no success.
CodePudding user response:
I found two official guides: