|
36 | 36 | </developers>
|
37 | 37 |
|
38 | 38 | <scm>
|
39 |
| - <connection>scm:git:git://github.com/${gitHubRepo}.git</connection> |
| 39 | + <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
40 | 40 | <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
|
41 | 41 | <url>https://github.com/${gitHubRepo}</url>
|
42 | 42 | <tag>${scmTag}</tag>
|
|
50 | 50 | <revision>1.34.4</revision>
|
51 | 51 | <changelist>-SNAPSHOT</changelist>
|
52 | 52 | <gitHubRepo>jenkinsci/github-plugin</gitHubRepo>
|
53 |
| - <jenkins.version>2.346</jenkins.version> |
| 53 | + <jenkins.version>2.346.1</jenkins.version> |
54 | 54 | <release.skipTests>false</release.skipTests>
|
55 | 55 | <maven.javadoc.skip>true</maven.javadoc.skip>
|
56 | 56 | <findbugs-maven-plugin.version>3.0.4</findbugs-maven-plugin.version>
|
|
226 | 226 | <dependency>
|
227 | 227 | <groupId>com.tngtech.java</groupId>
|
228 | 228 | <artifactId>junit-dataprovider</artifactId>
|
229 |
| - <version>1.10.0</version> |
| 229 | + <version>1.13.1</version> |
230 | 230 | <scope>test</scope>
|
231 | 231 | </dependency>
|
232 | 232 |
|
233 | 233 | <!--to mock github-->
|
234 | 234 | <dependency>
|
235 | 235 | <groupId>com.github.tomakehurst</groupId>
|
236 | 236 | <artifactId>wiremock-jre8-standalone</artifactId>
|
237 |
| - <version>2.32.0</version> |
| 237 | + <version>2.33.2</version> |
238 | 238 | <scope>test</scope>
|
239 | 239 | </dependency>
|
240 | 240 |
|
241 | 241 | <dependency>
|
242 | 242 | <groupId>io.rest-assured</groupId>
|
243 | 243 | <artifactId>rest-assured</artifactId>
|
244 |
| - <version>4.3.3</version> |
| 244 | + <version>5.1.1</version> |
245 | 245 | <scope>test</scope>
|
246 | 246 | </dependency>
|
247 | 247 |
|
|
251 | 251 | <dependencies>
|
252 | 252 | <dependency>
|
253 | 253 | <groupId>io.jenkins.tools.bom</groupId>
|
254 |
| - <artifactId>bom-2.332.x</artifactId> |
255 |
| - <version>1181.v04b_21d4b_0d6c</version> |
| 254 | + <artifactId>bom-2.346.x</artifactId> |
| 255 | + <version>1438.v6a_2c29d73f82</version> |
256 | 256 | <scope>import</scope>
|
257 | 257 | <type>pom</type>
|
258 | 258 | </dependency>
|
|
279 | 279 |
|
280 | 280 | <plugin>
|
281 | 281 | <artifactId>maven-checkstyle-plugin</artifactId>
|
282 |
| - <version>3.1.1</version> |
| 282 | + <version>3.1.2</version> |
283 | 283 | <executions>
|
284 | 284 | <execution>
|
285 | 285 | <id>checkstyle</id>
|
|
0 commit comments