From 3dbc5f187ff3e90813858bc30d605a966b8da770 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 4 Dec 2024 15:30:08 +0100 Subject: [PATCH] Bump spring to 3.4.0 https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0 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 e33007d1b..68cdf497f 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.3.6 + 3.4.0 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 3c1b7c802..5a44a5ed7 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.3.6 + 3.4.0