diff --git a/README.md b/README.md index bfe4574..d76c526 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Option 3 - run from IDE ## Run Tests +## It uses TestContainers, which requires Docker to be installed locally. + ##### Running full tests `./mvnw clean verify` diff --git a/main-app/main-orm/pom.xml b/main-app/main-orm/pom.xml index 896019b..204c7f4 100644 --- a/main-app/main-orm/pom.xml +++ b/main-app/main-orm/pom.xml @@ -102,11 +102,6 @@ - - org.liquibase.ext - liquibase-hibernate5 - ${liquibase.version} - org.springframework spring-beans diff --git a/pom.xml b/pom.xml index 1631831..a7a49cd 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,8 @@ org.springframework.boot spring-boot-starter-parent - 3.0.4 + 3.0.10 + @@ -30,25 +31,25 @@ ${java.version} ${java.version} - 3.0.4 - 2022.0.1 + 3.0.10 + 2022.0.4 2.21.1 - 3.2.0 + 3.5.2 1.9.0 - 2.0.2 - 1.5.3.Final + 2.2.0 + 1.5.5.Final - 6.12.0 + 6.17.2 - 4.8.1 + 4.12.0 5.2.1 - 31.1-jre + 32.1.2-jre 1.9.0 - 1.0.1 - 1.17.6 - 2.11.0 + 1.1.0 + 1.19.0 + 2.13.0 3.6.0 5.0.1 @@ -56,22 +57,22 @@ 3.3 - 3.9.0.2155 - 0.8.8 - 3.1.1 - 10.8.0 + 3.9.1.2184 + 0.8.10 + 3.3.0 + 10.12.3 src/main/resources/checkstyle.xml - 2.1.0 - 3.0.0-M9 - 3.0.0-M9 - 2.18.0 - 2.5.0 - 4.7.3.2 + 3.0.0 + 3.1.2 + 3.1.2 + 2.21.1 + 2.6.0 + 4.7.3.5 1.12.0 - 7.4.7 - 8.1.2 + + 1.12.0 - 1.1.2 + 1.2.0 @@ -315,24 +316,24 @@ - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - + + + + + + + + + + + + + + + + + + + +