diff --git a/pom.xml b/pom.xml index fcf6bae57..79a87031e 100644 --- a/pom.xml +++ b/pom.xml @@ -52,12 +52,12 @@ 3.26.3 2.0.16 2.43.0 - 10.18.0 + 10.18.1 2.1.3 3.4.0 2.1.3 - 6.1.12 - 5.12.0 + 6.1.13 + 5.13.0 false false diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml index ed9c26089..ce21ea15d 100644 --- a/sample-code/spring-app/pom.xml +++ b/sample-code/spring-app/pom.xml @@ -34,7 +34,7 @@ 3.3.3 - 1.5.7 + 1.5.8 3.8.4 true @@ -74,6 +74,12 @@ org.springframework.boot spring-boot ${spring-boot.version} + + + org.springframework + spring-context + + org.springframework @@ -127,6 +133,16 @@ spring-boot-starter-web ${spring-boot.version} runtime + + + org.springframework + spring-webmvc + + + ch.qos.logback + logback-classic + +