Lab: Update the Spring Spring Boot dependencies ‐ 4: React to the updated version - shinyay/spring-boot-2-7-to-3-1-upgrade GitHub Wiki
4: React to the updated version As with a previous lab, our only reaction is to document the current state of the application and the actions we've taken so far.
Clean up the unneeded .
We've proven that Spring is managing the spring-data-jdbcdependency.
Let's delete the commented-out tag.
org.springframework.data spring-data-jdbc Update our notes.Add a new heading Remove hard-coded Spring/Spring Boot Dependencies section to our `upgrade-notes.md" file:
- remove hardcoded
spring-data-jdbc
version - Code Compiles, No Errors or Warnings With that, we're done fixing Spring managed dependencies!