We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0dfbd commit 8e6d7dfCopy full SHA for 8e6d7df
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.19</version>
+ <version>4.31</version>
8
<relativePath />
9
</parent>
10
src/test/java/hudson/plugins/parameterizedtrigger/test/TriggerBuilderTest.java
@@ -71,7 +71,7 @@
71
import static org.junit.Assert.assertFalse;
72
import static org.junit.Assert.assertNotNull;
73
import static org.junit.Assert.assertTrue;
74
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
75
import static org.mockito.Mockito.when;
76
77
public class TriggerBuilderTest {
0 commit comments