Skip to content

Commit 2572085

Browse files
chore(deps): bump org.jenkins-ci.plugins:pipeline-utility-steps from 2.18.0 to 2.19.0 in /bom-weekly (#4493)
* chore(deps): bump org.jenkins-ci.plugins:pipeline-utility-steps Bumps [org.jenkins-ci.plugins:pipeline-utility-steps](https://github.com/jenkinsci/pipeline-utility-steps-plugin) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/jenkinsci/pipeline-utility-steps-plugin/releases) - [Changelog](https://github.com/jenkinsci/pipeline-utility-steps-plugin/blob/master/CHANGES.md) - [Commits](jenkinsci/pipeline-utility-steps-plugin@pipeline-utility-steps-2.18.0...pipeline-utility-steps-2.19.0) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:pipeline-utility-steps dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * pin to older version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Darin Pope <[email protected]>
1 parent 09388ca commit 2572085

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bom-2.479.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>javadoc</artifactId>
5353
<version>280.v050b_5c849f69</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.jenkins-ci.plugins</groupId>
57+
<artifactId>pipeline-utility-steps</artifactId>
58+
<version>2.18.0</version>
59+
</dependency>
5560
</dependencies>
5661
</dependencyManagement>
5762
</project>

bom-weekly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@
13541354
<dependency>
13551355
<groupId>org.jenkins-ci.plugins</groupId>
13561356
<artifactId>pipeline-utility-steps</artifactId>
1357-
<version>2.18.0</version>
1357+
<version>2.19.0</version>
13581358
</dependency>
13591359
<dependency>
13601360
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)