Skip to content

Commit 103f71b

Browse files
chore(deps): bump org.jenkins-ci.plugins.workflow:workflow-step-api from 678.v3ee58b_469476 to 683.va_885a_76415f9 in /bom-weekly (#4264)
* chore(deps): bump org.jenkins-ci.plugins.workflow:workflow-step-api Bumps [org.jenkins-ci.plugins.workflow:workflow-step-api](https://github.com/jenkinsci/workflow-step-api-plugin) from 678.v3ee58b_469476 to 683.va_885a_76415f9. - [Release notes](https://github.com/jenkinsci/workflow-step-api-plugin/releases) - [Changelog](https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/workflow-step-api-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins.workflow:workflow-step-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Pin on older line --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Basil Crow <[email protected]>
1 parent 400e052 commit 103f71b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

bom-2.462.x/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<scm-api-plugin.version>696.v778d637b_a_762</scm-api-plugin.version>
1818
<configuration-as-code-plugin.version>1873.vea_5814ca_9c93</configuration-as-code-plugin.version>
1919
<workflow-job-plugin.version>1436.vfa_244484591f</workflow-job-plugin.version>
20+
<workflow-step-api-plugin.version>678.v3ee58b_469476</workflow-step-api-plugin.version>
2021
</properties>
2122
<dependencyManagement>
2223
<dependencies>
@@ -409,6 +410,17 @@
409410
<version>${workflow-job-plugin.version}</version>
410411
<classifier>tests</classifier>
411412
</dependency>
413+
<dependency>
414+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
415+
<artifactId>workflow-step-api</artifactId>
416+
<version>${workflow-step-api-plugin.version}</version>
417+
</dependency>
418+
<dependency>
419+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
420+
<artifactId>workflow-step-api</artifactId>
421+
<version>${workflow-step-api-plugin.version}</version>
422+
<classifier>tests</classifier>
423+
</dependency>
412424
<dependency>
413425
<groupId>org.jvnet.hudson.plugins</groupId>
414426
<artifactId>favorite</artifactId>

bom-weekly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<workflow-cps-plugin.version>4009.v0089238351a_9</workflow-cps-plugin.version>
3535
<workflow-job-plugin.version>1498.v33a_0c6f3a_4b_4</workflow-job-plugin.version>
3636
<workflow-multibranch-plugin.version>795.ve0cb_1f45ca_9a_</workflow-multibranch-plugin.version>
37-
<workflow-step-api-plugin.version>678.v3ee58b_469476</workflow-step-api-plugin.version>
37+
<workflow-step-api-plugin.version>683.va_885a_76415f9</workflow-step-api-plugin.version>
3838
<workflow-support-plugin.version>943.v8b_0d01a_7b_a_08</workflow-support-plugin.version>
3939
</properties>
4040
<dependencyManagement>

0 commit comments

Comments
 (0)