diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index ca3dae095e..fb21e4ffe4 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.13 + 3.4.10 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 7302ab2d0e..896b99d8f4 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -193,7 +193,7 @@ com.puppycrawl.tools checkstyle - 11.0.0 + 11.0.1 com.github.sevntu-checkstyle @@ -210,7 +210,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.6 + 4.8.6.7 com.github.spotbugs diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 533e8a13d6..96f5c32b0a 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.13 + 3.4.10 diff --git a/lighty-examples/lighty-controller-springboot-netconf/src/main/resources/application.properties b/lighty-examples/lighty-controller-springboot-netconf/src/main/resources/application.properties index c4e658f9e2..3e03fa6d4c 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/src/main/resources/application.properties +++ b/lighty-examples/lighty-controller-springboot-netconf/src/main/resources/application.properties @@ -1 +1,2 @@ server.port=8888 +spring.http.client.factory=jdk