diff --git a/pom.xml b/pom.xml index 16dc005..9b5a976 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,32 @@ 11 UTF-8 checkstyle.xml + 5.12.0 + 5.10.3 + 3.26.3 + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.assertj + assertj-core + ${assertj.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + +