From 43d05dee35a6a8ab904428366f2ae52b8dfa6f58 Mon Sep 17 00:00:00 2001 From: Satyam Pandey Date: Tue, 8 Sep 2026 01:24:39 +0530 Subject: [PATCH] fix: align Spring Boot version property and adoption checklist with Java 26 and Boot 4.1.1 --- docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md b/docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md index b28f8e33d2..dda14e235e 100644 --- a/docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md +++ b/docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md @@ -1,6 +1,6 @@ # Spring Boot 4 Adoption Checklist (WrongSecrets) -This checklist is tailored to the current `wrongsecrets` codebase (Spring Boot `4.0.3`, Java `25`). +This checklist is tailored to the current `wrongsecrets` codebase (Spring Boot `4.1.1`, Java `26`). ## How to use this document @@ -10,8 +10,8 @@ This checklist is tailored to the current `wrongsecrets` codebase (Spring Boot ` ## Current baseline (already in place) -- [x] Spring Boot `4.0.3` is configured in `pom.xml`. -- [x] Spring Cloud line is aligned (`2025.1.1`). +- [x] Spring Boot `4.1.1` is configured in `pom.xml`. +- [x] Spring Cloud line is aligned (`2025.1.3`). - [x] `@ConfigurationProperties` is already used in multiple places. - [x] Mockito inline-mock-maker warning addressed by passing Mockito as Java agent in Surefire. diff --git a/pom.xml b/pom.xml index 44fef6f7a4..b3739dbe1a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.10.4.0 4.10.4 3.10.1 - 4.0.3 + 4.1.1 4.1.0 2025.1.3 7.0.6