|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.47</version> |
| 7 | + <version>4.48</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <artifactId>gitlab-plugin</artifactId>
|
|
16 | 16 | <properties>
|
17 | 17 | <revision>1.5.36</revision>
|
18 | 18 | <changelist>-SNAPSHOT</changelist>
|
19 |
| - <jenkins.version>2.289.3</jenkins.version> |
| 19 | + <jenkins.version>2.332.4</jenkins.version> |
20 | 20 | <spotbugs.threshold>High</spotbugs.threshold> <!-- TODO fix violations -->
|
21 | 21 | <gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
|
22 | 22 | <hpi.compatibleSinceVersion>1.4.0</hpi.compatibleSinceVersion>
|
|
282 | 282 | <artifactId>postgresql</artifactId>
|
283 | 283 | <version>42.5.0</version>
|
284 | 284 | <scope>test</scope>
|
| 285 | + <exclusions> |
| 286 | + <!-- Upper bounds with Guava --> |
| 287 | + <exclusion> |
| 288 | + <groupId>org.checkerframework</groupId> |
| 289 | + <artifactId>checker-qual</artifactId> |
| 290 | + </exclusion> |
| 291 | + </exclusions> |
285 | 292 | </dependency>
|
286 | 293 | <dependency>
|
287 | 294 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
308 | 315 |
|
309 | 316 | <dependencyManagement>
|
310 | 317 | <dependencies>
|
311 |
| - <dependency> |
312 |
| - <groupId>com.google.guava</groupId> |
313 |
| - <artifactId>guava</artifactId> |
314 |
| - <version>18.0</version> |
315 |
| - </dependency> |
316 | 318 | <dependency>
|
317 | 319 | <groupId>commons-io</groupId>
|
318 | 320 | <artifactId>commons-io</artifactId>
|
|
321 | 323 | <dependency>
|
322 | 324 | <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
|
323 | 325 | <groupId>io.jenkins.tools.bom</groupId>
|
324 |
| - <artifactId>bom-2.289.x</artifactId> |
325 |
| - <version>1500.ve4d05cd32975</version> |
| 326 | + <artifactId>bom-2.332.x</artifactId> |
| 327 | + <version>1607.va_c1576527071</version> |
326 | 328 | <scope>import</scope>
|
327 | 329 | <type>pom</type>
|
328 | 330 | </dependency>
|
|
334 | 336 | <dependency>
|
335 | 337 | <groupId>joda-time</groupId>
|
336 | 338 | <artifactId>joda-time</artifactId>
|
337 |
| - <version>2.11.1</version> |
| 339 | + <version>2.11.2</version> |
338 | 340 | </dependency>
|
339 | 341 | <dependency>
|
340 | 342 | <groupId>net.sf.jopt-simple</groupId>
|
|
0 commit comments