Skip to content

Commit 0412a62

Browse files
dependabot[bot]mifitous
authored andcommitted
Bump plugin from 4.58 to 4.59 (#300)
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.58 to 4.59. - [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.58...plugin-4.59) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dee2596 commit 0412a62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.58</version>
7+
<version>4.59</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabMergeRequestTrigger.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private boolean shouldBuild(MergeRequestEvent mrEvent, GitLabSCMSourceContext co
106106
return !context.alwaysIgnoreMRUnApproved();
107107
}
108108
}
109-
110109
return shouldBuild;
111110
}
112111
}

0 commit comments

Comments
 (0)