From 36389a5f6160e300396f78604bce22eea77ba79b 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 --- 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 887214deec..aa0d07d37a 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 f6d736870e..d96230565e 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