|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.83</version> |
| 8 | + <version>5.2</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 |
|
|
36 | 36 | <email>rsandell@cloudbees.com</email> |
37 | 37 | <url>http://rsandell.com</url> |
38 | 38 | </developer> |
39 | | - <developer> |
40 | | - <id>mramonleon</id> |
41 | | - <name>M Ramon Leon</name> |
42 | | - <email>rleon@cloudbees.com</email> |
43 | | - </developer> |
44 | 39 | <developer> |
45 | 40 | <id>olamy</id> |
46 | 41 | <name>Olivier Lamy</name> |
|
58 | 53 | </scm> |
59 | 54 |
|
60 | 55 | <properties> |
61 | | - <revision>5.0.1</revision> |
| 56 | + <revision>6.1.1</revision> |
62 | 57 | <changelist>-SNAPSHOT</changelist> |
63 | 58 | <!-- Character set tests fail unless file.encoding is set --> |
64 | 59 | <argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine> |
65 | 60 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
66 | 61 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
67 | | - <jenkins.version>2.440.3</jenkins.version> |
68 | | - <jgit.version>6.10.0.202406032230-r</jgit.version> |
| 62 | + <jenkins.baseline>2.479</jenkins.baseline> |
| 63 | + <!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 --> |
| 64 | + <!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> --> |
| 65 | + <jenkins.version>${jenkins.baseline}</jenkins.version> |
| 66 | + <jgit.version>7.0.0.202409031743-r</jgit.version> |
69 | 67 | <spotbugs.effort>Max</spotbugs.effort> |
70 | 68 | <spotbugs.threshold>Low</spotbugs.threshold> |
71 | 69 | <spotless.check.skip>false</spotless.check.skip> |
|
75 | 73 | <dependencies> |
76 | 74 | <dependency> |
77 | 75 | <groupId>io.jenkins.tools.bom</groupId> |
78 | | - <artifactId>bom-2.440.x</artifactId> |
79 | | - <version>3135.v6d6c1f6b_3572</version> |
| 76 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 77 | + <version>3559.vb_5b_81183b_d23</version> |
80 | 78 | <type>pom</type> |
81 | 79 | <scope>import</scope> |
82 | 80 | </dependency> |
|
216 | 214 | <dependency> |
217 | 215 | <groupId>io.github.sparsick.testcontainers.gitserver</groupId> |
218 | 216 | <artifactId>testcontainers-gitserver</artifactId> |
219 | | - <version>0.8.0</version> |
| 217 | + <version>0.10.0</version> |
220 | 218 | <scope>test</scope> |
221 | 219 | <exclusions> |
222 | 220 | <exclusion> |
|
238 | 236 | <dependency> |
239 | 237 | <groupId>nl.jqno.equalsverifier</groupId> |
240 | 238 | <artifactId>equalsverifier</artifactId> |
241 | | - <version>3.16.1</version> |
| 239 | + <version>3.17.1</version> |
242 | 240 | <scope>test</scope> |
243 | 241 | </dependency> |
244 | 242 | <dependency> |
245 | 243 | <groupId>org.awaitility</groupId> |
246 | 244 | <artifactId>awaitility</artifactId> |
247 | | - <version>4.2.1</version> |
| 245 | + <version>4.2.2</version> |
248 | 246 | <scope>test</scope> |
249 | 247 | </dependency> |
250 | 248 | <dependency> |
|
274 | 272 | <dependency> |
275 | 273 | <groupId>org.testcontainers</groupId> |
276 | 274 | <artifactId>testcontainers</artifactId> |
277 | | - <version>1.19.8</version> |
| 275 | + <version>1.20.3</version> |
278 | 276 | <scope>test</scope> |
279 | 277 | </dependency> |
280 | 278 | </dependencies> |
|
0 commit comments