diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle index 81550ea98c4..22003f3606e 100644 --- a/spoon-dataflow/build.gradle +++ b/spoon-dataflow/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+' implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0' implementation group: 'com.microsoft', name: 'z3', version: '4.8.4' - testImplementation("org.junit.jupiter:junit-jupiter:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") } application { diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml index e52dc5cb320..2f6c7e1fefe 100644 --- a/spoon-pom/pom.xml +++ b/spoon-pom/pom.xml @@ -38,19 +38,19 @@ org.junit.jupiter junit-jupiter-engine - 5.9.3 + 5.10.0 test org.junit.jupiter junit-jupiter-params - 5.9.3 + 5.10.0 test org.junit.platform junit-platform-launcher - 1.9.3 + 1.10.0 test diff --git a/spoon-visualisation/pom.xml b/spoon-visualisation/pom.xml index 42723873b72..4009b9f3699 100644 --- a/spoon-visualisation/pom.xml +++ b/spoon-visualisation/pom.xml @@ -216,7 +216,7 @@ org.junit.jupiter junit-jupiter-engine - 5.9.3 + 5.10.0 test