What’s New in Spring Boot 2.3.5, 2.2.11, and 2.1.18 Releases?
Spring Boot 2.3.5, 2.2.11, and 2.1.18 have been released on Maven Central, each bringing dozens of bug fixes, documentation improvements, and dependency upgrades, while the 2.1.x line has reached end‑of‑life and users are urged to migrate to newer versions.
Spring Boot 2.3.5
Spring Boot 2.3.5 has been released and is now available from Maven Central.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>This version includes 92 bug fixes, documentation improvements and dependency upgrades [1].
Spring Boot 2.2.11
Spring Boot 2.2.11 has been released and is now available from Maven Central.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.11.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>This version includes 50 bug fixes, documentation improvements and dependency upgrades [2].
Spring Boot 2.1.18
Spring Boot 2.1.18 has been released and is now available from Maven Central.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.18.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>This version includes 20 bug fixes, documentation improvements and dependency upgrades [3].
Note: Spring Boot 2.1.18 is the final update of the 2.1 line; as of November 1, 2020, the 2.1.x series entered End‑of‑Life (EOL). Users of 2.1.x are advised to upgrade to Spring Boot 2.3.x.
References
[1] 2.3.5 bug fix list: https://github.com/spring-projects/spring-boot/releases/tag/v2.3.5.RELEASE
[2] 2.2.11 bug fix list: https://github.com/spring-projects/spring-boot/releases/tag/v2.2.11.RELEASE
[3] 2.1.18 bug fix list: https://github.com/spring-projects/spring-boot/releases/tag/v2.1.18.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.
Java Architecture Diary
Committed to sharing original, high‑quality technical articles; no fluff or promotional content.
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.
