Skip to content

Commit 346670b

Browse files
chore(deps): bump org.jenkins-ci.plugins.workflow:workflow-support from 943.v8b_0d01a_7b_a_08 to 944.v5a_859593b_98a_ in /bom-weekly (#4265)
* chore(deps): bump org.jenkins-ci.plugins.workflow:workflow-support Bumps [org.jenkins-ci.plugins.workflow:workflow-support](https://github.com/jenkinsci/workflow-support-plugin) from 943.v8b_0d01a_7b_a_08 to 944.v5a_859593b_98a_. - [Release notes](https://github.com/jenkinsci/workflow-support-plugin/releases) - [Changelog](https://github.com/jenkinsci/workflow-support-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/workflow-support-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins.workflow:workflow-support 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 103f71b commit 346670b

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
@@ -18,6 +18,7 @@
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>
2020
<workflow-step-api-plugin.version>678.v3ee58b_469476</workflow-step-api-plugin.version>
21+
<workflow-support-plugin.version>943.v8b_0d01a_7b_a_08</workflow-support-plugin.version>
2122
</properties>
2223
<dependencyManagement>
2324
<dependencies>
@@ -421,6 +422,17 @@
421422
<version>${workflow-step-api-plugin.version}</version>
422423
<classifier>tests</classifier>
423424
</dependency>
425+
<dependency>
426+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
427+
<artifactId>workflow-support</artifactId>
428+
<version>${workflow-support-plugin.version}</version>
429+
</dependency>
430+
<dependency>
431+
<groupId>org.jenkins-ci.plugins.workflow</groupId>
432+
<artifactId>workflow-support</artifactId>
433+
<version>${workflow-support-plugin.version}</version>
434+
<classifier>tests</classifier>
435+
</dependency>
424436
<dependency>
425437
<groupId>org.jvnet.hudson.plugins</groupId>
426438
<artifactId>favorite</artifactId>

bom-weekly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>
3737
<workflow-step-api-plugin.version>683.va_885a_76415f9</workflow-step-api-plugin.version>
38-
<workflow-support-plugin.version>943.v8b_0d01a_7b_a_08</workflow-support-plugin.version>
38+
<workflow-support-plugin.version>944.v5a_859593b_98a_</workflow-support-plugin.version>
3939
</properties>
4040
<dependencyManagement>
4141
<dependencies>

0 commit comments

Comments
 (0)