diff --git a/api-gateway/pom.xml b/api-gateway/pom.xml index e1e80070..270d6d00 100644 --- a/api-gateway/pom.xml +++ b/api-gateway/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-RC1 + 3.2.0-RC2 com.example.microservices diff --git a/catalog-service/pom.xml b/catalog-service/pom.xml index 0457c024..5804b90b 100644 --- a/catalog-service/pom.xml +++ b/catalog-service/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-RC1 + 3.2.0-RC2 com.example.catalogservice diff --git a/config-server/pom.xml b/config-server/pom.xml index dc417926..605164d4 100644 --- a/config-server/pom.xml +++ b/config-server/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-RC1 + 3.2.0-RC2 com.example.microservices diff --git a/inventory-service/pom.xml b/inventory-service/pom.xml index ad039bdb..0e7586d4 100644 --- a/inventory-service/pom.xml +++ b/inventory-service/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-M3 + 3.2.0-RC2 com.example.inventoryservice diff --git a/order-service/pom.xml b/order-service/pom.xml index 13c387db..b3623155 100644 --- a/order-service/pom.xml +++ b/order-service/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-M3 + 3.2.0-RC2 com.example.orderservice diff --git a/payment-service/pom.xml b/payment-service/pom.xml index d951015f..834ceb57 100644 --- a/payment-service/pom.xml +++ b/payment-service/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-RC1 + 3.2.0-RC2 com.example.paymentservice diff --git a/service-registry/pom.xml b/service-registry/pom.xml index 1fd1bd05..0ab311df 100644 --- a/service-registry/pom.xml +++ b/service-registry/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-RC1 + 3.2.0-RC2