From 77780658a32437d47211f2e27df74bde37d0b4f0 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 27 Mar 2026 07:40:08 +0100 Subject: [PATCH] Bump spring-boot to 3.5.13 https://github.com/spring-projects/spring-boot/releases/tag/v3.5.13 Signed-off-by: Ivan Hrasko (cherry picked from commit 630db9f1d0f824d18290f8f89c1e4dbd2b99ae5f) --- 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 75663c532..459cba52d 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.5.12 + 3.5.13 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 08e38f290..c945529df 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.5.12 + 3.5.13