From a5a229e23d18adaf19b2afaacbcc446576189888 Mon Sep 17 00:00:00 2001 From: PAVEL PALMA Date: Wed, 24 Sep 2025 10:47:52 -0600 Subject: [PATCH] UPDATE dependencies --- pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dad285d..83982fd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.4.0 2023.0.0 6.4.0.RELEASE - 6.1.20 + 6.1.21 @@ -61,36 +61,88 @@ org.springframework.boot spring-boot-starter-webflux + + + org.springframework + spring-core + + + + + org.springframework + spring-web org.springdoc springdoc-openapi-starter-webflux-ui 2.5.0 + + + org.springframework + spring-core + + com.google.cloud spring-cloud-gcp-starter-data-firestore + + + org.springframework + spring-core + + com.google.cloud spring-cloud-gcp-data-firestore + + + org.springframework + spring-core + + com.google.cloud spring-cloud-gcp-starter-storage + + + org.springframework + spring-core + + org.springframework.boot spring-boot-starter-data-redis-reactive + + + org.springframework + spring-core + + org.springframework.boot spring-boot-starter-actuator + + + org.springframework + spring-core + + org.springframework.boot spring-boot-starter-test test + + + org.springframework + spring-core + + com.google.cloud @@ -172,6 +224,10 @@ 2.10.0 test + + org.springframework.boot + spring-boot-starter-validation + org.apache.commons commons-lang3