From 8a90252be566cbf5353106e468a6f547d9f73004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:37:13 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4 --- api-gateway/pom.xml | 2 +- bookstore-webapp/pom.xml | 2 +- catalog-service/pom.xml | 2 +- notification-service/pom.xml | 2 +- order-service/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-gateway/pom.xml b/api-gateway/pom.xml index 15d00ac..2a1973a 100644 --- a/api-gateway/pom.xml +++ b/api-gateway/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 4.0.0 com.sivalabs.bookstore diff --git a/bookstore-webapp/pom.xml b/bookstore-webapp/pom.xml index 8216ba7..0f4f5c2 100644 --- a/bookstore-webapp/pom.xml +++ b/bookstore-webapp/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 4.0.0 com.sivalabs diff --git a/catalog-service/pom.xml b/catalog-service/pom.xml index ceb2a3e..d65e640 100644 --- a/catalog-service/pom.xml +++ b/catalog-service/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 4.0.0 com.sivalabs diff --git a/notification-service/pom.xml b/notification-service/pom.xml index d098f21..ab9fcdb 100644 --- a/notification-service/pom.xml +++ b/notification-service/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 4.0.0 com.sivalabs diff --git a/order-service/pom.xml b/order-service/pom.xml index cb32499..a909d4c 100644 --- a/order-service/pom.xml +++ b/order-service/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 4.0.0 com.sivalabs