Skip to content

Commit 8e6d7df

Browse files
dependabot[bot]olamy
andauthoredNov 12, 2021
Bump plugin from 4.19 to 4.31 (#224)
* Bump plugin from 4.19 to 4.31 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.19 to 4.31. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.19...plugin-4.31) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix compilation Signed-off-by: Olivier Lamy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <[email protected]>
1 parent 8b0dfbd commit 8e6d7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.19</version>
7+
<version>4.31</version>
88
<relativePath />
99
</parent>
1010

‎src/test/java/hudson/plugins/parameterizedtrigger/test/TriggerBuilderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
import static org.junit.Assert.assertFalse;
7272
import static org.junit.Assert.assertNotNull;
7373
import static org.junit.Assert.assertTrue;
74-
import static org.mockito.Matchers.any;
74+
import static org.mockito.ArgumentMatchers.any;
7575
import static org.mockito.Mockito.when;
7676

7777
public class TriggerBuilderTest {

0 commit comments

Comments
 (0)
Please sign in to comment.