diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle
index 81550ea98c4..c10fc981bc7 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.2")
}
application {
diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml
index e52dc5cb320..6e97f067d28 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.2
test
org.junit.jupiter
junit-jupiter-params
- 5.9.3
+ 5.10.2
test
org.junit.platform
junit-platform-launcher
- 1.9.3
+ 1.10.2
test
diff --git a/spoon-visualisation/pom.xml b/spoon-visualisation/pom.xml
index 42723873b72..1334ec517f4 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.2
test