From 0588b01a8a2e4c67dc9a3a5d5a12257fd185cb3b Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 18 Oct 2024 13:48:15 +0200 Subject: [PATCH] Set Spring's maven.compiler.release to 21 Set maven.compiler.release in Spring example to 21. Signed-off-by: Ivan Hrasko --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index edbe93563..d17f21c5b 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -25,7 +25,7 @@ UTF-8 UTF-8 true - 17 + 21