diff --git a/pom.xml b/pom.xml index e7e0439..378c23f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ app.getxray xray-junit-extensions jar - 0.7.0 + 0.7.1 xray-junit-extensions Improvements for JUnit that allow you to take better advantage of JUnit 5 (jupiter engine) whenever using it together with Xray Test Management. https://github.com/Xray-App/xray-junit-extensions @@ -44,10 +44,10 @@ - 5.7.1 - 4.13.2 - 1.7.1 + 5.10.2 + 4.3.1 1.7.25 + 3.6.0 @@ -64,47 +64,62 @@ --> - - - 3.6.0 - + + + + org.junit + junit-bom + ${junit.version} + pom + import + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + + + + org.junit.jupiter junit-jupiter-api - ${junit-jupiter.version} org.junit.jupiter junit-jupiter-params - ${junit-jupiter.version} + test org.junit.jupiter junit-jupiter-engine - ${junit-jupiter.version} + test org.junit.platform - junit-platform-suite-api - ${junit-platform.version} + junit-platform-reporting org.junit.platform - junit-platform-reporting - ${junit-platform.version} + junit-platform-launcher org.junit.platform - junit-platform-launcher - ${junit-platform.version} + junit-platform-engine + + + org.junit.platform + junit-platform-commons org.junit.platform - junit-platform-runner - ${junit-platform.version} + junit-platform-testkit + test org.assertj @@ -118,27 +133,11 @@ 1.6.2 test - org.mockito - mockito-junit-jupiter - 3.8.0 + mockito-core test - - - org.junit.platform - junit-platform-testkit - 1.7.1 - test - - +