|
84 | 84 | <dependency> <!-- Requires Permission -->
|
85 | 85 | <groupId>org.jenkins-ci.plugins</groupId>
|
86 | 86 | <artifactId>cloudbees-folder</artifactId>
|
87 |
| - <version>5.12</version> |
| 87 | + <version>5.18</version> |
88 | 88 | </dependency>
|
89 | 89 |
|
90 | 90 | <dependency> <!-- OnceRetentionStrategy -->
|
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
102 | 102 | <artifactId>workflow-step-api</artifactId>
|
103 |
| - <version>2.11</version> |
| 103 | + <version>2.14</version> |
104 | 104 | </dependency>
|
105 | 105 | <dependency> <!-- DeclarativeAgent -->
|
106 | 106 | <groupId>org.jenkinsci.plugins</groupId>
|
107 | 107 | <artifactId>pipeline-model-extensions</artifactId>
|
108 |
| - <version>1.1.2</version> |
| 108 | + <version>1.3.1</version> |
109 | 109 | <optional>true</optional>
|
110 | 110 | </dependency>
|
111 | 111 |
|
112 | 112 | <!-- for testing -->
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
115 | 115 | <artifactId>workflow-job</artifactId>
|
116 |
| - <version>2.9</version> |
| 116 | + <version>2.15</version> |
117 | 117 | <scope>test</scope>
|
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
120 | 120 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
121 | 121 | <artifactId>workflow-basic-steps</artifactId>
|
122 |
| - <version>2.3</version> |
| 122 | + <version>2.6</version> |
123 | 123 | <scope>test</scope>
|
124 | 124 | </dependency>
|
125 | 125 | <dependency> <!-- StepConfigTester -->
|
|
132 | 132 | <dependency>
|
133 | 133 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
134 | 134 | <artifactId>workflow-support</artifactId>
|
135 |
| - <version>2.14</version> |
| 135 | + <version>2.17</version> |
136 | 136 | <scope>test</scope>
|
137 | 137 | </dependency>
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
140 | 140 | <artifactId>workflow-durable-task-step</artifactId>
|
141 |
| - <version>2.11</version> |
| 141 | + <version>2.15</version> |
142 | 142 | <scope>test</scope>
|
143 | 143 | </dependency>
|
144 | 144 | <dependency> <!-- SemaphoreStep -->
|
145 | 145 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
146 | 146 | <artifactId>workflow-support</artifactId>
|
147 |
| - <version>2.14</version> |
| 147 | + <version>2.17</version> |
148 | 148 | <classifier>tests</classifier>
|
149 | 149 | <scope>test</scope>
|
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
153 | 153 | <artifactId>workflow-scm-step</artifactId>
|
154 |
| - <version>2.4</version> |
| 154 | + <version>2.6</version> |
155 | 155 | <scope>test</scope>
|
156 | 156 | </dependency>
|
157 | 157 | <dependency>
|
|
163 | 163 | <dependency>
|
164 | 164 | <groupId>org.jenkinsci.plugins</groupId>
|
165 | 165 | <artifactId>pipeline-model-definition</artifactId>
|
166 |
| - <version>1.1.2</version> |
| 166 | + <version>1.3.1</version> |
167 | 167 | <scope>test</scope>
|
168 | 168 | </dependency>
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
171 | 171 | <artifactId>workflow-api</artifactId>
|
172 |
| - <version>2.11</version> |
| 172 | + <version>2.25</version> |
173 | 173 | <scope>test</scope>
|
174 | 174 | </dependency>
|
175 | 175 | <dependency>
|
176 | 176 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
177 | 177 | <artifactId>workflow-cps</artifactId>
|
178 |
| - <version>2.29</version> |
| 178 | + <version>2.46</version> |
179 | 179 | <scope>test</scope>
|
180 | 180 | </dependency>
|
181 | 181 | <dependency>
|
|
238 | 238 | <dependency>
|
239 | 239 | <groupId>org.jenkins-ci.plugins</groupId>
|
240 | 240 | <artifactId>credentials</artifactId>
|
241 |
| - <version>2.1.14</version> |
| 241 | + <version>2.1.16</version> |
242 | 242 | </dependency>
|
243 | 243 |
|
244 | 244 | <!-- just to fix enforcer RequireUpperBoundDeps -->
|
| 245 | + <dependency> |
| 246 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 247 | + <artifactId>script-security</artifactId> |
| 248 | + <version>1.42</version> |
| 249 | + </dependency> |
| 250 | + <dependency> |
| 251 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 252 | + <artifactId>git-client</artifactId> |
| 253 | + <version>2.7.0</version> |
| 254 | + </dependency> |
245 | 255 | <dependency>
|
246 | 256 | <groupId>org.jenkins-ci.plugins</groupId>
|
247 | 257 | <artifactId>credentials-binding</artifactId>
|
248 |
| - <version>1.12</version> |
| 258 | + <version>1.14</version> |
249 | 259 | </dependency>
|
250 | 260 | <dependency>
|
251 | 261 | <groupId>org.jenkins-ci.plugins</groupId>
|
252 | 262 | <artifactId>structs</artifactId>
|
253 |
| - <version>1.10</version> |
| 263 | + <version>1.14</version> |
254 | 264 | </dependency>
|
255 | 265 | <dependency>
|
256 | 266 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
270 | 280 | <dependency>
|
271 | 281 | <groupId>org.jenkins-ci.plugins</groupId>
|
272 | 282 | <artifactId>mailer</artifactId>
|
273 |
| - <version>1.18</version> |
| 283 | + <version>1.20</version> |
274 | 284 | </dependency>
|
275 | 285 | <dependency>
|
276 | 286 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
0 commit comments