Skip to content

Commit e034f1d

Browse files
committed
[JENKINS-46076] Hoping that workflow-job-plugin jenkinsci#131 will fix a flake in PodTemplateStepExecutionTest.testBadLabel.
1 parent 6e4cfa2 commit e034f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.jenkins-ci.plugins.workflow</groupId>
106106
<artifactId>workflow-step-api</artifactId>
107-
<version>2.17</version>
107+
<version>2.19</version>
108108
</dependency>
109109
<dependency> <!-- DeclarativeAgent -->
110110
<groupId>org.jenkinsci.plugins</groupId>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.jenkins-ci.plugins.workflow</groupId>
119119
<artifactId>workflow-job</artifactId>
120-
<version>2.31</version>
120+
<version>2.33-rc969.225d87e67c2d</version> <!-- TODO https://github.com/jenkinsci/workflow-job-plugin/pull/131 -->
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.jenkins-ci.plugins.workflow</groupId>
138138
<artifactId>workflow-support</artifactId>
139-
<version>3.0</version>
139+
<version>3.2</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>

0 commit comments

Comments
 (0)