What’s New in Spring Boot 2.3.4, 2.2.10, and 2.1.17? Detailed Release Highlights
Spring Boot’s latest multi‑version release, now available via repo.spring.io and Maven Central, delivers critical bug fixes and a security patch for CVE‑2020‑5421, with detailed version‑specific changes for 2.3.4, 2.2.10, and 2.1.17, including the number of fixes and upgrade notes.
Spring Boot multiple versions have been released and are now available from repo.spring.io and Maven Central.
The releases are bug‑fix only, aiming to quickly address a security vulnerability (CVE‑2020‑5421) in the Spring Framework that could bypass RFD protection via sessionId.
Spring Boot 2.3.4
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<relativePath/>
</parent>This version includes 61 bug fixes, enhancements, documentation improvements and dependency upgrades.
Release page: https://github.com/spring-projects/spring-boot/releases/tag/v2.3.4.RELEASE
Spring Boot 2.2.10
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.10.RELEASE</version>
<relativePath/>
</parent>This version includes 72 bug fixes, documentation improvements and dependency upgrades.
Release page: https://github.com/spring-projects/spring-boot/releases/tag/v2.2.10.RELEASE
Spring Boot 2.1.17
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.17.RELEASE</version>
<relativePath/>
</parent>This version includes 22 bug fixes, documentation improvements and dependency upgrades.
Release page: https://github.com/spring-projects/spring-boot/releases/tag/v2.1.17.RELEASE
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Programmer DD
A tinkering programmer and author of "Spring Cloud Microservices in Action"
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
