Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v3.4.0 (#3490
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Jul 15, 2020
1 parent 4d89b91 commit 439911f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
<version>1.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.martiansoftware</groupId>
<artifactId>jsap</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.2</version>
Expand Down
6 changes: 0 additions & 6 deletions spoon-visualisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 439911f

Please sign in to comment.