Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins.workflow:workflow-support from 865.v43e78…
Browse files Browse the repository at this point in the history
…cc44e0d to 881.v7663695646cf (#9051)

* Bump org.jenkins-ci.plugins.workflow:workflow-support

Bumps [org.jenkins-ci.plugins.workflow:workflow-support](https://github.com/jenkinsci/workflow-support-plugin) from 865.v43e78cc44e0d to 881.v7663695646cf.
- [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] <support@github.com>

* Add scm API plugin to tests pom

Allow workflow-support plugin to load by including the most recent
release of the scm API plugin as a dependency in the tests module.

Without this addition, the StartupTest fails because the workflow-support
plugin cannot be loaded.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
dependabot[bot] and MarkEWaite committed Mar 25, 2024
1 parent 92d0c71 commit 5bfabe6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ THE SOFTWARE.
<artifactId>display-url-api</artifactId>
<version>2.200.vb_9327d658781</version>
</dependency>
<dependency>
<!-- Required by workflow-support -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
<version>689.v237b_6d3a_ef7f</version>
</dependency>
<dependency>
<!-- requireUpperBoundDeps via matrix-project and junit -->
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -121,7 +127,7 @@ THE SOFTWARE.
<!-- Required by plugin-util-api -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
<version>865.v43e78cc44e0d</version>
<version>881.v7663695646cf</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 5bfabe6

Please sign in to comment.