From 4e994e7e1e114ab2739bb608435cbdd31b4250cc Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Aug 2025 15:09:16 +0000
Subject: [PATCH] fix(deps): update dependency
org.springframework.boot:spring-boot-starter-parent to v3.5.5
---
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 8cd5e31..6b9721a 100644
--- a/api-gateway/pom.xml
+++ b/api-gateway/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.3
+ 3.5.5
com.sivalabs.bookstore
diff --git a/bookstore-webapp/pom.xml b/bookstore-webapp/pom.xml
index 93166a1..ae94a72 100644
--- a/bookstore-webapp/pom.xml
+++ b/bookstore-webapp/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.3
+ 3.5.5
com.sivalabs
diff --git a/catalog-service/pom.xml b/catalog-service/pom.xml
index bbd14bf..a4a439e 100644
--- a/catalog-service/pom.xml
+++ b/catalog-service/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.3
+ 3.5.5
com.sivalabs
diff --git a/notification-service/pom.xml b/notification-service/pom.xml
index 3b234ae..f1bdaec 100644
--- a/notification-service/pom.xml
+++ b/notification-service/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.3
+ 3.5.5
com.sivalabs
diff --git a/order-service/pom.xml b/order-service/pom.xml
index 3480da1..894591e 100644
--- a/order-service/pom.xml
+++ b/order-service/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.3
+ 3.5.5
com.sivalabs