diff --git a/udacity-jwdnd-c1-l1-final-review-solution-master/pom.xml b/udacity-jwdnd-c1-l1-final-review-solution-master/pom.xml index aab241e..9bca20c 100644 --- a/udacity-jwdnd-c1-l1-final-review-solution-master/pom.xml +++ b/udacity-jwdnd-c1-l1-final-review-solution-master/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.RELEASE + 3.3.5 com.udacity.jwdnd.c1 @@ -15,7 +15,7 @@ Demo project for Spring Boot - 14 + 21 @@ -34,7 +34,11 @@ org.mybatis.spring.boot mybatis-spring-boot-starter - 2.1.2 + 3.0.3 + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity6 @@ -48,16 +52,26 @@ h2 runtime + + org.postgresql + postgresql + runtime + + + org.projectlombok + lombok + true + org.springframework.boot spring-boot-starter-test test - - - org.junit.vintage - junit-vintage-engine - - + + + org.mybatis.spring.boot + mybatis-spring-boot-starter-test + 3.0.3 + test org.springframework.security @@ -71,8 +85,15 @@ org.springframework.boot spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + -