diff --git a/pom.xml b/pom.xml index f346295e9..4552ff7a3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.12.RELEASE + 2.4.13 @@ -43,12 +43,12 @@ 2.1.1 2.6.6 5.7.5 - 5.2.20.RELEASE - 5.2.20.RELEASE - 5.2.20.RELEASE + 5.3.34 + 5.3.34 + 5.3.34 2.4.7 2.10.0 - 5.3.23 + 5.3.34 2.10.9.2 1.17.6 @@ -64,6 +64,15 @@ org.springframework.boot spring-boot-starter-security + + org.springframework + spring-web + 5.3.34 + + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-data-jpa @@ -131,7 +140,7 @@ org.hibernate hibernate-search-orm - 5.11.10.Final + 5.11.12.Final @@ -158,6 +167,10 @@ springfox-swagger2 ${springfox.version} + + javax.validation + validation-api + io.springfox springfox-bean-validators @@ -349,6 +362,12 @@ org.powermock test ${powermock.version} + + + junit + junit + + powermock-api-mockito2 @@ -457,6 +476,23 @@ org.springframework.boot spring-boot-maven-plugin + + org.openrewrite.maven + rewrite-maven-plugin + 5.30.0 + + + org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_4 + + + + + org.openrewrite.recipe + rewrite-spring + 5.9.0 + + +