diff --git a/pom.xml b/pom.xml index b28166f9d3..f46d5a4479 100644 --- a/pom.xml +++ b/pom.xml @@ -411,10 +411,44 @@ com.fasterxml.jackson jackson-bom - 2.18.2 + 2.18.3 import pom - + + + junit + junit + 4.13.2 + + + org.junit + junit-bom + 5.12.1 + import + pom + + + org.hamcrest + hamcrest + ${hamcrest.version} + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + @@ -427,13 +461,12 @@ com.tngtech.archunit archunit - 1.3.0 + 1.4.0 test org.hamcrest hamcrest - ${hamcrest.version} test org.hamcrest hamcrest-core - ${hamcrest.version} test org.hamcrest hamcrest-library - ${hamcrest.version} test - com.github.npathai - hamcrest-optional - 2.0.0 + junit + junit test - junit - junit - 4.13.2 + com.github.npathai + hamcrest-optional + 2.0.0 test org.awaitility awaitility - 4.2.2 + 4.3.0 test org.junit.vintage junit-vintage-engine - 5.10.2 test