diff --git a/topics/testing/code/pom.xml b/topics/testing/code/pom.xml index 1a676c6..c71cd28 100644 --- a/topics/testing/code/pom.xml +++ b/topics/testing/code/pom.xml @@ -52,9 +52,9 @@ - org.hamcrest - hamcrest-all - 1.3 + org.assertj + assertj-core + 3.25.3 test @@ -103,6 +103,14 @@ spring-boot-starter-test test + + org.assertj + assertj-core + + + org.hamcrest + hamcrest + org.junit.vintage junit-vintage-engine