aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2025-03-05 16:25:08 +0000
committerWayne Dunican <wayne.dunican@est.tech>2025-03-07 09:58:37 +0000
commit63b2581bb56f9381c8f14a1cfebe11db4aea6923 (patch)
tree852faab3ccd45a680f046c4730fc19f899e1c44f
parentb830320fa9ba9e80d1c67d4a89dca66fc57c88f1 (diff)
Spring and Spring Boot dependency uplifts
Issue-ID: POLICY-5259 Change-Id: I1931d54794a6035052147e8cc859c930e00f46b6 Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r--participant/participant-impl/participant-impl-kserve/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-kserve/pom.xml b/participant/participant-impl/participant-impl-kserve/pom.xml
index b2e1678be..83022cbcb 100644
--- a/participant/participant-impl/participant-impl-kserve/pom.xml
+++ b/participant/participant-impl/participant-impl-kserve/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>2023.0.3</version>
+ <version>2024.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>