From 2e2ee21f6b8cb0df416e09740a4fd632871bad7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 14:52:08 +0000 Subject: [PATCH] chore(deps): update dependency junit:junit to v4.13.2 (#3795) Co-authored-by: renovate[bot] --- spoon-control-flow/pom.xml | 2 +- spoon-dataflow/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {