diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle index f644d095269..465d4cec1d7 100644 --- a/spoon-dataflow/build.gradle +++ b/spoon-dataflow/build.gradle @@ -24,7 +24,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 88bcee6e1ad..40794a7d299 100644 --- a/spoon-pom/pom.xml +++ b/spoon-pom/pom.xml @@ -43,19 +43,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 be77f966d0e..bbc1cb33a7a 100644 --- a/spoon-visualisation/pom.xml +++ b/spoon-visualisation/pom.xml @@ -190,7 +190,7 @@ org.junit.jupiter junit-jupiter-engine - 5.9.3 + 5.10.0 test