diff --git a/pom.xml b/pom.xml index d2cccaf559..dc4ed1e822 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,8 @@ 3.21.0 3.38.0 7.0.0 + 5.11.3 + 1.11.3 3.3.1 3.1.1 @@ -209,7 +211,7 @@ org.junit.jupiter junit-jupiter-api - 5.11.3 + ${junit5.version} test diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml index 151447804c..f85978e044 100644 --- a/tycho-its/pom.xml +++ b/tycho-its/pom.xml @@ -160,17 +160,17 @@ org.junit.jupiter junit-jupiter - 5.11.3 + ${junit5.version} org.junit.vintage junit-vintage-engine - 5.11.3 + ${junit5.version} org.junit.platform junit-platform-launcher - 1.11.3 + ${junit5.platform.version} test diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml index 5783004c9b..bbd39377da 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml @@ -13,7 +13,7 @@ org.junit.platform junit-platform-launcher - 1.11.3 + ${junit5.platform.version} provided