From c004bc59bbeb77a907099f30f88ec07f7179f129 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 2 Aug 2025 09:19:04 +0300 Subject: [PATCH] Spring boot 4.0.0 --- spring-boot-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-example/pom.xml b/spring-boot-example/pom.xml index c41c73b9..356de724 100644 --- a/spring-boot-example/pom.xml +++ b/spring-boot-example/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.3 + 4.0.0-M1 com.example