twitter-backend-java icon indicating copy to clipboard operation
twitter-backend-java copied to clipboard

Upgrade spring boot version from 2.7.17 to 3.4.2

Open venkat1701 opened this issue 11 months ago • 1 comments

Its better to upgrade the entire project's version in order to deal with backward incompatibility.

 <parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.17</version>
    <relativePath />
    <!-- lookup parent from repository -->
  </parent>

venkat1701 avatar Feb 09 '25 21:02 venkat1701

Feel free to drop in the PR!

ohbus avatar Feb 27 '25 10:02 ohbus