diff --git a/pom.xml b/pom.xml index dcc1b3e..fc9e540 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ 2.17.2 5.15.2 - 4.13.2 1.1.1 3.27.3 2.18.0 @@ -103,6 +102,35 @@ + + + + + org.junit.platform + junit-platform-launcher + 1.13.3 + test + + + org.junit.jupiter + junit-jupiter-api + 5.13.3 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.13.3 + test + + + org.junit.vintage + junit-vintage-engine + 5.13.3 + test + + + @@ -256,12 +284,6 @@ ${mockito.version} test - - junit - junit - ${junit.version} - test - pl.pragmatists JUnitParams diff --git a/reactiff-api/pom.xml b/reactiff-api/pom.xml index 6bf2881..9e6e912 100644 --- a/reactiff-api/pom.xml +++ b/reactiff-api/pom.xml @@ -84,11 +84,6 @@ javax.activation test - - junit - junit - test - org.assertj assertj-core diff --git a/reactiff-codec-jackson/pom.xml b/reactiff-codec-jackson/pom.xml index afe1164..af1c725 100644 --- a/reactiff-codec-jackson/pom.xml +++ b/reactiff-codec-jackson/pom.xml @@ -32,11 +32,6 @@ reactor-test test - - junit - junit - test - org.assertj assertj-core diff --git a/reactiff-server/pom.xml b/reactiff-server/pom.xml index e68a22c..6b3b4b5 100644 --- a/reactiff-server/pom.xml +++ b/reactiff-server/pom.xml @@ -109,11 +109,6 @@ reactor-test test - - junit - junit - test - org.assertj assertj-core