Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jenkins-ci.plugins.workflow:workflow-support from 865.v43e78cc44e0d to 881.v7663695646cf #9051

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading