From 559329f864dd755127362b36d6a34c13e54da048 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 24 Jun 2024 08:36:20 +0200 Subject: [PATCH] Bump spring to 3.3.1 https://github.com/spring-projects/spring-boot/releases/tag/v3.3.1 Signed-off-by: Ivan Hrasko (cherry picked from commit 9e10f3969d0bc7acb01c15547335ddc051c47e0f) --- 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 de4189799..77ef844bd 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.0 + 3.3.1 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 336a3f376..7ea3dacc2 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.0 + 3.3.1