Spring Boot 3.4.6 available now

Releases | Stéphane Nicoll | May 22, 2025 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.4.6 has been released and is now available from Maven Central.

This release includes 39 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag.

Project Page | GitHub | Issues | Documentation | Stack…

Spring Boot 3.3.12 available now

Releases | Stéphane Nicoll | May 22, 2025 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.12 has been released and is now available from Maven Central.

This release includes 33 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag.

Project Page | GitHub | Issues | Documentation | Stack…

Spring AI 1.0 GA Released

Releases | Mark Pollack | May 20, 2025 | ...

On behalf of the Spring AI engineering team and everyone who contributed to this release, I am very excited to announce the general availability of Spring AI 1.0. We have a great release blog lined up for you.

Getting Started

All the new bits are in maven central. Use the provided bom to import the dependencies.

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.ai</groupId>
            <artifactId>spring-ai-bom</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope…

Spring Authorization Server 1.5 goes GA

Releases | Joe Grandja | May 20, 2025 | ...

On behalf of the team and everyone who has contributed, it is my pleasure to announce the release of Spring Authorization Server 1.5.

The 1.5 release contains a few noteworthy new features:

  • Add support for OAuth 2.0 Pushed Authorization Requests (PAR) (gh-1925)
  • Support OAuth 2.0 Demonstrating Proof of Possession (DPoP) (gh-1813)
  • Support POST for authorization code request flow (gh-1874)

To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to become familiar with setup and configuration.

Project Page | GitHub Issues |

Spring for GraphQL 1.4.0 Released

Releases | Brian Clozel | May 20, 2025 | ...

On behalf of the Spring for GraphQL team, I am pleased to announce the availability of 1.4.0, the generally available release.

In case you missed those, the 1.4.0-M1 and 1.4.0-RC1 release blog posts described the new features for this generation. The Spring for GraphQL 1.4.0 wiki page should help you to upgrade your application. We will keep updating this page with the feedback we get from the community on our issue tracker and on StackOverflow.

GraphQL Java 24+ baseline

The GraphQL Java team recently released new major releases for the Java DataLoader and GraphQL Java projects. They immediately supersede the 23.x generation so Spring for GraphQL 1.4 will require GraphQL Java 24+ as a baseline. This last-minute change shouldn't affect much your…

Spring Web Services 4.1.0 available now

Releases | Stéphane Nicoll | May 20, 2025 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Web Services 4.1.0 has been released and is now available from Maven Central.

This release adds a number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.

What's new in 4.1

The highlights of the 4.1 release include:

  • Apache Axiom Support has been restored
  • Support for WSS4J v4
  • Support for Configuring Arbitrary WSS4J Options
  • More Flexible HTTP Message Sender

Dependency upgrades

Spring Web Services 4.1 moves to new versions of several Spring projects and we’ve also upgraded to the latest stable releases of other third-party libraries wherever possible. Please see the release notes

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all