Framework
Spring Boot Releases
Track every Spring Boot release from latest stable to end-of-life. Version timelines, commercial support, and upgrade guidance for Java teams.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Embed Badges
Add live Spring Boot status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about Spring Boot releases and lifecycle.
How long are Spring Boot versions supported?
Spring Boot major versions receive approximately 12 months of open source support. Commercial support through VMware Tanzu extends this to 3+ years.
How often does Spring Boot release new versions?
Spring Boot ships a new minor version roughly every 6 months, with patch releases for bug fixes and security patches.
What is the difference between Spring Boot and Spring Framework?
Spring Framework is the core dependency injection and web framework. Spring Boot is an opinionated layer on top that provides auto-configuration, embedded servers, and production-ready features.
Should I upgrade to Spring Boot 3?
Yes, Spring Boot 3 requires Java 17+ and provides Jakarta EE 10 support, GraalVM native image compilation, and significant performance improvements.