From 9f549c095fb5a34e852e116a167f5f0fd2543894 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 29 Apr 2024 14:27:55 +0200 Subject: [PATCH] Bump spring to 3.2.5 https://github.com/spring-projects/spring-boot/releases/tag/v3.2.5 Signed-off-by: Ivan Hrasko (cherry picked from commit 7769398fbe25dce491cbd11d235a83b554b097c7) --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 2d6f47365a..f19d473e9a 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.4 + 3.2.5 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 1467eca45e..b838b34921 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.2.5