diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle
index 67aa4323347..f8d971bb55a 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.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
}
application {
diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml
index c5994b7a26f..48175a849d5 100644
--- a/spoon-pom/pom.xml
+++ b/spoon-pom/pom.xml
@@ -38,19 +38,19 @@
org.junit.jupiter
junit-jupiter-engine
- 5.9.2
+ 5.9.3
test
org.junit.jupiter
junit-jupiter-params
- 5.9.2
+ 5.9.3
test
org.junit.platform
junit-platform-launcher
- 1.9.2
+ 1.9.3
test
diff --git a/spoon-visualisation/pom.xml b/spoon-visualisation/pom.xml
index f52385abbe8..b5ebee047df 100644
--- a/spoon-visualisation/pom.xml
+++ b/spoon-visualisation/pom.xml
@@ -190,7 +190,7 @@
org.junit.jupiter
junit-jupiter-engine
- 5.9.2
+ 5.9.3
test