|
37 | 37 | </developers> |
38 | 38 |
|
39 | 39 | <properties> |
40 | | - <jenkins.version>2.346.1</jenkins.version> |
41 | | - <structs.version>318.va_f3ccb_729b_71</structs.version> |
42 | | - <workflow-step-api.version>625.vd896b_f445a_f8</workflow-step-api.version> |
43 | | - <workflow-api.version>1144.v61c3180fa_03f</workflow-api.version> |
44 | | - <junit.version>1.53</junit.version> |
45 | | - <workflow-cps.version>2.90</workflow-cps.version> |
46 | | - <workflow-support.version>813.vb_d7c3d2984a_0</workflow-support.version> |
47 | | - <matrix-project.version>1.7.1</matrix-project.version> |
| 40 | + <jenkins.version>2.346.3</jenkins.version> |
| 41 | + <junit.version>1166.va_436e268e972</junit.version> |
48 | 42 | <token-macro.version>2.0</token-macro.version> |
49 | 43 | <maven-git-code-format.version>1.25</maven-git-code-format.version> |
50 | 44 | <script-security.version>1229.v4880b_b_e905a_6</script-security.version> |
51 | 45 | <blueocean-rest-impl.version>1.25.0</blueocean-rest-impl.version> |
52 | | - <mailer.version>408.vd726a_1130320</mailer.version> |
53 | | - <workflow-durable-task-step.version>2.35</workflow-durable-task-step.version> |
54 | | - <workflow-job.version>2.40</workflow-job.version> |
55 | | - <workflow-basic-steps.version>2.6</workflow-basic-steps.version> |
56 | 46 | <java.level>8</java.level> |
57 | 47 | </properties> |
58 | 48 |
|
|
66 | 56 | <dependencies> |
67 | 57 | <dependency> |
68 | 58 | <groupId>io.jenkins.tools.bom</groupId> |
69 | | - <artifactId>bom-2.303.x</artifactId> |
70 | | - <version>1500.ve4d05cd32975</version> |
| 59 | + <artifactId>bom-2.346.x</artifactId> |
| 60 | + <version>1742.vb_70478c1b_25f</version> |
71 | 61 | <scope>import</scope> |
72 | 62 | <type>pom</type> |
73 | 63 | </dependency> |
|
77 | 67 | <dependency> |
78 | 68 | <groupId>org.jenkins-ci.plugins</groupId> |
79 | 69 | <artifactId>structs</artifactId> |
80 | | - <version>${structs.version}</version> |
81 | 70 | </dependency> |
82 | 71 | <dependency> |
83 | 72 | <groupId>org.mockito</groupId> |
|
92 | 81 | <dependency> |
93 | 82 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
94 | 83 | <artifactId>workflow-step-api</artifactId> |
95 | | - <version>${workflow-step-api.version}</version> |
96 | 84 | </dependency> |
97 | 85 | <dependency> |
98 | 86 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
99 | 87 | <artifactId>workflow-cps</artifactId> |
100 | | - <version>${workflow-cps.version}</version> |
101 | 88 | <scope>test</scope> |
102 | 89 | </dependency> |
103 | 90 | <dependency> |
104 | 91 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
105 | 92 | <artifactId>workflow-job</artifactId> |
106 | | - <version>${workflow-job.version}</version> |
107 | 93 | <scope>test</scope> |
108 | 94 | </dependency> |
109 | 95 | <dependency> |
110 | 96 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
111 | 97 | <artifactId>workflow-basic-steps</artifactId> |
112 | | -<!-- <version>${workflow-basic-steps.version}</version>--> |
113 | 98 | <scope>test</scope> |
114 | 99 | </dependency> |
115 | 100 | <dependency> |
116 | 101 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
117 | 102 | <artifactId>workflow-durable-task-step</artifactId> |
118 | | -<!-- <version>${workflow-durable-task-step.version}</version>--> |
119 | 103 | <scope>test</scope> |
120 | 104 | </dependency> |
121 | 105 | <dependency> |
122 | 106 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
123 | 107 | <artifactId>workflow-api</artifactId> |
124 | | - <version>${workflow-api.version}</version> |
125 | 108 | <scope>test</scope> |
126 | 109 | </dependency> |
127 | 110 | <dependency> |
128 | 111 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
129 | 112 | <artifactId>workflow-support</artifactId> |
130 | | - <version>${workflow-support.version}</version> |
131 | 113 | <scope>test</scope> |
132 | 114 | </dependency> |
133 | 115 | <dependency> |
134 | 116 | <groupId>org.jenkins-ci.plugins</groupId> |
135 | 117 | <artifactId>matrix-project</artifactId> |
136 | | -<!-- <version>${matrix-project.version}</version>--> |
137 | 118 | </dependency> |
138 | 119 | <dependency> |
139 | 120 | <groupId>org.jenkins-ci.plugins</groupId> |
|
156 | 137 | <dependency> |
157 | 138 | <groupId>org.jenkins-ci.plugins</groupId> |
158 | 139 | <artifactId>mailer</artifactId> |
159 | | - <version>${mailer.version}</version> |
160 | 140 | <optional>true</optional> |
161 | 141 | </dependency> |
162 | | - |
163 | | - <!-- RequireUpperBounds --> |
| 142 | + <dependency> |
| 143 | + <groupId>org.codehaus.woodstox</groupId> |
| 144 | + <artifactId>wstx-asl</artifactId> |
| 145 | + <version>3.2.9</version> |
| 146 | + <scope>test</scope> |
| 147 | + </dependency> |
164 | 148 | <dependency> |
165 | 149 | <groupId>org.apache.commons</groupId> |
166 | 150 | <artifactId>commons-lang3</artifactId> |
167 | 151 | <version>3.12.0</version> |
168 | 152 | </dependency> |
| 153 | + |
| 154 | + <!-- RequireUpperBounds --> |
169 | 155 | <dependency> |
170 | 156 | <groupId>org.jenkins-ci.plugins</groupId> |
171 | 157 | <artifactId>jackson2-api</artifactId> |
172 | | - <version>2.13.3-285.vc03c0256d517</version> |
173 | 158 | </dependency> |
174 | 159 | <dependency> |
175 | 160 | <groupId>org.jenkins-ci.plugins</groupId> |
176 | 161 | <artifactId>display-url-api</artifactId> |
177 | | - <version>2.3.5</version> |
178 | 162 | </dependency> |
179 | 163 | <dependency> |
180 | 164 | <groupId>org.jenkins-ci.plugins</groupId> |
181 | 165 | <artifactId>scm-api</artifactId> |
182 | | - <version>602.v6a_81757a_31d2</version> |
183 | 166 | </dependency> |
184 | 167 | <dependency> |
185 | 168 | <groupId>org.jenkins-ci.plugins</groupId> |
186 | 169 | <artifactId>variant</artifactId> |
187 | | - <version>1.4</version> |
188 | 170 | </dependency> |
189 | 171 | <dependency> |
190 | 172 | <groupId>org.jenkins-ci.plugins</groupId> |
191 | 173 | <artifactId>credentials</artifactId> |
192 | | - <version>2.6.1.1</version> |
193 | 174 | </dependency> |
194 | 175 | <dependency> |
195 | 176 | <groupId>org.jenkins-ci</groupId> |
196 | 177 | <artifactId>symbol-annotation</artifactId> |
197 | | - <version>1.23</version> |
198 | 178 | </dependency> |
199 | 179 | <dependency> |
200 | 180 | <groupId>org.jenkins-ci.plugins</groupId> |
201 | 181 | <artifactId>cloudbees-folder</artifactId> |
202 | | - <version>6.15</version> |
203 | 182 | </dependency> |
204 | 183 | <dependency> |
205 | 184 | <groupId>io.jenkins.plugins</groupId> |
206 | 185 | <artifactId>snakeyaml-api</artifactId> |
207 | | - <version>1.30.2-76.vc104f7ce9870</version> |
208 | 186 | </dependency> |
209 | 187 | <dependency> |
210 | 188 | <groupId>org.slf4j</groupId> |
211 | 189 | <artifactId>slf4j-api</artifactId> |
212 | | - <version>1.7.36</version> |
213 | 190 | </dependency> |
214 | 191 | <dependency> |
215 | 192 | <groupId>org.slf4j</groupId> |
216 | 193 | <artifactId>log4j-over-slf4j</artifactId> |
217 | | - <version>1.7.36</version> |
218 | 194 | </dependency> |
219 | 195 | <dependency> |
220 | 196 | <groupId>org.slf4j</groupId> |
221 | 197 | <artifactId>slf4j-jdk14</artifactId> |
222 | | - <version>1.7.36</version> |
223 | 198 | <scope>test</scope> |
224 | 199 | </dependency> |
225 | 200 | <dependency> |
226 | 201 | <groupId>org.slf4j</groupId> |
227 | 202 | <artifactId>jcl-over-slf4j</artifactId> |
228 | | - <version>1.7.36</version> |
229 | 203 | </dependency> |
230 | 204 | <dependency> |
231 | 205 | <groupId>org.ow2.asm</groupId> |
232 | 206 | <artifactId>asm</artifactId> |
233 | | - <version>9.3</version> |
234 | 207 | </dependency> |
235 | 208 | <dependency> |
236 | 209 | <groupId>org.ow2.asm</groupId> |
237 | 210 | <artifactId>asm-tree</artifactId> |
238 | | - <version>9.3</version> |
239 | 211 | </dependency> |
240 | 212 | <dependency> |
241 | 213 | <groupId>org.ow2.asm</groupId> |
242 | 214 | <artifactId>asm-analysis</artifactId> |
243 | | - <version>9.3</version> |
244 | 215 | </dependency> |
245 | 216 | <dependency> |
246 | 217 | <groupId>org.ow2.asm</groupId> |
247 | 218 | <artifactId>asm-util</artifactId> |
248 | | - <version>9.3</version> |
249 | 219 | </dependency> |
250 | 220 | <dependency> |
251 | 221 | <groupId>org.kohsuke</groupId> |
252 | 222 | <artifactId>access-modifier-annotation</artifactId> |
253 | | - <version>1.27</version> |
254 | 223 | <scope>provided</scope> |
255 | 224 | </dependency> |
256 | 225 | <dependency> |
257 | 226 | <groupId>org.jenkins-ci</groupId> |
258 | 227 | <artifactId>annotation-indexer</artifactId> |
259 | | - <version>1.16</version> |
260 | 228 | </dependency> |
261 | 229 | <dependency> |
262 | 230 | <groupId>com.github.spotbugs</groupId> |
263 | 231 | <artifactId>spotbugs-annotations</artifactId> |
264 | | - <version>4.6.0</version> |
265 | | - </dependency> |
266 | | - <dependency> |
267 | | - <groupId>org.codehaus.woodstox</groupId> |
268 | | - <artifactId>wstx-asl</artifactId> |
269 | | - <version>3.2.9</version> |
270 | | - <scope>test</scope> |
271 | 232 | </dependency> |
272 | 233 |
|
273 | 234 | </dependencies> |
|
0 commit comments