From 839494780f3321d14594a096fb79da3c681156be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:59:22 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-starter-parent to v4 --- ServiceA/pom.xml | 2 +- ServiceB/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServiceA/pom.xml b/ServiceA/pom.xml index a79e56d..61aa09e 100644 --- a/ServiceA/pom.xml +++ b/ServiceA/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 4.0.1 com.example diff --git a/ServiceB/pom.xml b/ServiceB/pom.xml index 096406c..66893fa 100644 --- a/ServiceB/pom.xml +++ b/ServiceB/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 4.0.1 com.example