Skip to content

Commit

Permalink
chore(deps): update dependency junit:junit to v4.13.2 (#3795)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Feb 15, 2021
1 parent 6488350 commit 2e2ee21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spoon-control-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spoon-dataflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2e2ee21

Please sign in to comment.