diff --git a/spoon-control-flow/pom.xml b/spoon-control-flow/pom.xml index 94bf4133254..b4b9f739c31 100644 --- a/spoon-control-flow/pom.xml +++ b/spoon-control-flow/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13.1 + 4.13.2 test diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle index 5f44185eff7..0d5ac89a228 100644 --- a/spoon-dataflow/build.gradle +++ b/spoon-dataflow/build.gradle @@ -21,7 +21,7 @@ dependencies { compile group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+' compile group: 'commons-cli', name: 'commons-cli', version: '1.4' compile group: 'com.microsoft', name: 'z3', version: '4.8.4' - testCompile group: 'junit', name: 'junit', version: '4.13.1' + testCompile group: 'junit', name: 'junit', version: '4.13.2' } task copyDependencies(type: Copy) {