Lab: Fixing tests and housekeeping ‐ 1: Overview - shinyay/spring-boot-2-7-to-3-1-upgrade GitHub Wiki

1: Overview Now that pom.xml file has been cleaned up and you've refactored the code to address any errors and deprecations, you can do a last little bit of housekeeping.

Over the course of this code's lifecycle, someone explicitly included a version of a test dependency. Let's take a look at that dependency now.

Review our Upgrade Notes Before we begin, remember that we're keeping detailed notes of the baseline state of our application as we upgrade it. Take a look at upgrade-notes.md to review where we are now.