From a54fc2f6367821b02001b32b4096c9015c091f09 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 25 Mar 2024 08:40:11 +0100 Subject: [PATCH] Bump spring to 3.2.4 https://github.com/spring-projects/spring-boot/releases/tag/v3.2.4 Signed-off-by: Ivan Hrasko (cherry picked from commit 3a504c9ecee0b09ba6d98dee4796fc4456db1fca) --- 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 04e8381369..825b8eabd7 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.3 + 3.2.4 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 69086559cc..d595a730a1 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.3 + 3.2.4