|
67 | 67 | <jenkins.version>2.138.4</jenkins.version>
|
68 | 68 | <java.level>8</java.level>
|
69 | 69 | <useBeta>true</useBeta>
|
70 |
| - <workflow-cps-plugin.version>2.69</workflow-cps-plugin.version> |
| 70 | + <workflow-cps-plugin.version>2.71</workflow-cps-plugin.version> |
71 | 71 | <git-plugin.version>4.0.0-rc</git-plugin.version>
|
72 |
| - <scm-api-plugin.version>2.3.0</scm-api-plugin.version> |
73 |
| - <workflow-scm-step-plugin.version>2.4</workflow-scm-step-plugin.version> |
74 |
| - <workflow-multibranch-plugin.version>2.10</workflow-multibranch-plugin.version> |
75 |
| - <workflow-step-api-plugin.version>2.19</workflow-step-api-plugin.version> |
| 72 | + <scm-api-plugin.version>2.4.0</scm-api-plugin.version> |
| 73 | + <workflow-scm-step-plugin.version>2.7</workflow-scm-step-plugin.version> |
| 74 | + <workflow-multibranch-plugin.version>2.21</workflow-multibranch-plugin.version> |
| 75 | + <workflow-step-api-plugin.version>2.20</workflow-step-api-plugin.version> |
76 | 76 | <workflow-support-plugin.version>3.3</workflow-support-plugin.version>
|
77 | 77 | </properties>
|
78 | 78 | <dependencies>
|
| 79 | + <dependency> |
| 80 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 81 | + <artifactId>workflow-api</artifactId> |
| 82 | + <version>2.33</version> |
| 83 | + </dependency> |
79 | 84 | <dependency>
|
80 | 85 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
81 | 86 | <artifactId>workflow-cps</artifactId>
|
|
105 | 110 | <dependency>
|
106 | 111 | <groupId>org.jenkins-ci.plugins</groupId>
|
107 | 112 | <artifactId>cloudbees-folder</artifactId>
|
108 |
| - <version>6.1.0</version> |
| 113 | + <version>6.1.2</version> |
109 | 114 | </dependency>
|
110 | 115 | <dependency>
|
111 | 116 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
|
115 | 120 | <dependency>
|
116 | 121 | <groupId>org.jenkins-ci.plugins</groupId>
|
117 | 122 | <artifactId>script-security</artifactId>
|
118 |
| - <version>1.58</version> |
| 123 | + <version>1.60</version> |
119 | 124 | </dependency>
|
120 | 125 | <dependency>
|
121 | 126 | <groupId>org.jenkins-ci.plugins</groupId>
|
122 | 127 | <artifactId>structs</artifactId>
|
123 |
| - <version>1.18</version> |
| 128 | + <version>1.19</version> |
124 | 129 | </dependency>
|
125 | 130 | <dependency>
|
126 | 131 | <groupId>org.jenkins-ci.plugins</groupId>
|
127 | 132 | <artifactId>credentials</artifactId>
|
128 |
| - <version>2.1.14</version> |
| 133 | + <version>2.1.18</version> |
129 | 134 | </dependency>
|
130 | 135 | <dependency>
|
131 | 136 | <groupId>org.apache.ivy</groupId>
|
|
152 | 157 | <dependency>
|
153 | 158 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
154 | 159 | <artifactId>workflow-job</artifactId>
|
155 |
| - <version>2.9</version> |
| 160 | + <version>2.32</version> |
156 | 161 | <scope>test</scope>
|
157 | 162 | </dependency>
|
158 | 163 | <dependency>
|
159 | 164 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
160 | 165 | <artifactId>workflow-basic-steps</artifactId>
|
161 |
| - <version>2.3</version> |
| 166 | + <version>2.15</version> |
162 | 167 | <scope>test</scope>
|
163 | 168 | </dependency>
|
164 | 169 | <dependency>
|
165 | 170 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
166 | 171 | <artifactId>workflow-durable-task-step</artifactId>
|
167 |
| - <version>2.8</version> |
| 172 | + <version>2.28</version> |
168 | 173 | <scope>test</scope>
|
169 | 174 | </dependency>
|
170 | 175 | <dependency>
|
|
180 | 185 | <classifier>tests</classifier>
|
181 | 186 | <scope>test</scope>
|
182 | 187 | </dependency>
|
183 |
| - <dependency> |
184 |
| - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
185 |
| - <artifactId>workflow-scm-step</artifactId> |
186 |
| - <version>${workflow-scm-step-plugin.version}</version> |
187 |
| - <classifier>tests</classifier> |
188 |
| - <scope>test</scope> |
189 |
| - </dependency> |
190 | 188 | <dependency>
|
191 | 189 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
192 | 190 | <artifactId>workflow-step-api</artifactId>
|
|
267 | 265 | <dependency>
|
268 | 266 | <groupId>org.jenkins-ci.plugins</groupId>
|
269 | 267 | <artifactId>branch-api</artifactId>
|
270 |
| - <version>2.0.21</version> |
| 268 | + <version>2.2.0</version> |
271 | 269 | <scope>test</scope>
|
272 | 270 | </dependency>
|
273 | 271 | </dependencies>
|
274 | 272 | <dependencyManagement>
|
275 | 273 | <dependencies>
|
| 274 | + <dependency> |
| 275 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 276 | + <artifactId>apache-httpcomponents-client-4-api</artifactId> |
| 277 | + <version>4.5.5-3.0</version> |
| 278 | + </dependency> |
276 | 279 | <dependency>
|
277 | 280 | <groupId>org.jenkins-ci.plugins</groupId>
|
278 | 281 | <artifactId>git-client</artifactId>
|
|
0 commit comments