|
31 | 31 | <no-test-jar>false</no-test-jar> |
32 | 32 | <useBeta>true</useBeta> |
33 | 33 | <concurrency>1C</concurrency> |
34 | | - <scm-api-plugin.version>2.6.3</scm-api-plugin.version> |
35 | 34 | <jcasc.version>1.30</jcasc.version> |
36 | 35 | <linkXRef>false</linkXRef> |
37 | 36 | </properties> |
|
84 | 83 | <dependency> |
85 | 84 | <groupId>org.jenkins-ci.plugins</groupId> |
86 | 85 | <artifactId>structs</artifactId> |
87 | | - <version>1.19</version> |
88 | 86 | </dependency> |
89 | 87 | <dependency> |
90 | 88 | <groupId>org.jenkins-ci.plugins</groupId> |
91 | 89 | <artifactId>git-client</artifactId> |
92 | | - <version>2.7.7</version> |
93 | 90 | </dependency> |
94 | 91 | <dependency> |
95 | 92 | <groupId>org.jenkins-ci.plugins</groupId> |
96 | 93 | <artifactId>credentials</artifactId> |
97 | | - <version>2.1.18</version> |
98 | 94 | </dependency> |
99 | 95 | <dependency> |
100 | 96 | <groupId>org.jenkins-ci.plugins</groupId> |
101 | 97 | <artifactId>ssh-credentials</artifactId> |
102 | | - <version>1.13</version> |
103 | 98 | </dependency> |
104 | 99 | <dependency> |
105 | 100 | <groupId>org.jenkins-ci.plugins</groupId> |
106 | 101 | <artifactId>scm-api</artifactId> |
107 | | - <version>${scm-api-plugin.version}</version> |
108 | | - <exclusions> |
109 | | - <exclusion> |
110 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
111 | | - <artifactId>workflow-step-api</artifactId> |
112 | | - </exclusion> |
113 | | - </exclusions> |
114 | 102 | </dependency> |
115 | 103 | <dependency> |
116 | 104 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
117 | 105 | <artifactId>workflow-step-api</artifactId> |
118 | | - <version>2.20</version> |
119 | 106 | </dependency> |
120 | 107 | <dependency> |
121 | 108 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
122 | 109 | <artifactId>workflow-scm-step</artifactId> |
123 | | - <version>2.7</version> |
124 | 110 | </dependency> |
125 | 111 | <dependency> |
126 | 112 | <groupId>org.jenkins-ci.plugins</groupId> |
127 | 113 | <artifactId>matrix-project</artifactId> |
128 | | - <version>1.7.1</version> |
129 | 114 | </dependency> |
130 | 115 | <dependency> |
131 | 116 | <groupId>org.jenkins-ci.plugins</groupId> |
132 | 117 | <artifactId>mailer</artifactId> |
133 | | - <version>1.18</version> |
134 | 118 | </dependency> |
135 | 119 |
|
136 | 120 | <dependency> |
|
170 | 154 | <dependency> |
171 | 155 | <groupId>org.jenkins-ci.plugins</groupId> |
172 | 156 | <artifactId>token-macro</artifactId> |
173 | | - <version>1.12.1</version> <!-- Depends on Jenkins 1.609 --> |
174 | 157 | <optional>true</optional> |
175 | 158 | </dependency> |
176 | 159 | <dependency> |
|
194 | 177 | <dependency> |
195 | 178 | <groupId>org.jenkins-ci.plugins</groupId> |
196 | 179 | <artifactId>scm-api</artifactId> |
197 | | - <version>${scm-api-plugin.version}</version> |
198 | 180 | <classifier>tests</classifier> |
199 | 181 | <scope>test</scope> |
200 | 182 | </dependency> |
|
227 | 209 | <dependency> |
228 | 210 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
229 | 211 | <artifactId>workflow-cps-global-lib</artifactId> |
230 | | - <version>2.14</version> |
231 | 212 | <scope>test</scope> |
232 | | - <exclusions> |
233 | | - <exclusion> |
234 | | - <groupId>org.apache.commons</groupId> |
235 | | - <artifactId>commons-lang3</artifactId> |
236 | | - </exclusion> |
237 | | - </exclusions> |
238 | 213 | </dependency> |
239 | 214 | <dependency> |
240 | 215 | <groupId>org.xmlunit</groupId> |
|
273 | 248 | <dependency> |
274 | 249 | <groupId>io.jenkins.tools.bom</groupId> |
275 | 250 | <artifactId>bom</artifactId> |
276 | | - <version>2.138.1</version> |
| 251 | + <version>2.138.2</version> |
277 | 252 | <scope>import</scope> |
278 | 253 | <type>pom</type> |
279 | 254 | </dependency> |
|
0 commit comments