Spring Boot 3.1.0 available now
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 3.1.0 has been released and is available from Maven Central.
This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.
What's new in 3.1
The highlights of the 3.1 release include:
- Support for managing external services at development time using Testcontainers and Docker Compose
- Simplified configuration of Testcontainers in integration tests
- Centralized and expanded configuration of SSL trust material for connections
- Auto-configuration for Spring Authorization Server …