Skip to content

Commit

Permalink
Remove mockito-inline from tests (#1440)
Browse files Browse the repository at this point in the history
https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.60

mockito-inline was removed in mockito/mockito#2945, replaced with mockito-core.
  • Loading branch information
MarkEWaite committed Apr 17, 2023
1 parent 12fc259 commit 1dff7b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.59</version>
<version>4.60</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -154,11 +154,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
Expand Down

0 comments on commit 1dff7b6

Please sign in to comment.