Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Spring Boot Version Compatibility

Understanding the compatibility between Spring Boot and Java versions is crucial for developing and maintaining robust Java applications. This knowledge empowers you to make informed choices when selecting the appropriate Spring Boot and Java versions for your projects.

  • Spring Boot 3.2.1 (Latest Milestone)
    • Release Date: July 20, 2023
    • Minimum Java Version: 17
    • Compatible with Spring Framework 6.0.12 or higher
    • More Info
  • Spring Boot 2.7.17 (Latest Maintenance Release)
    • Release Date: November 18, 2021
    • Minimum Java Version: 8 or 11
    • Compatible with Spring Framework 5.3.18 or higher
    • Discontinued on November 24, 2023 (End of Support for Spring Boot 2.x)