|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | 4 | <artifactId>github-api</artifactId> |
5 | | - <version>2.0.0-alpha-1</version> |
| 5 | + <version>2.0.0-alpha-2</version> |
6 | 6 | <name>GitHub API for Java</name> |
7 | 7 | <url>https://github-api.kohsuke.org/</url> |
8 | 8 | <description>GitHub API for Java</description> |
|
34 | 34 | <properties> |
35 | 35 | <spring.boot.version>3.3.3</spring.boot.version> |
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
37 | | - <spotbugs-maven-plugin.version>4.8.6.1</spotbugs-maven-plugin.version> |
| 37 | + <spotbugs-maven-plugin.version>4.8.6.3</spotbugs-maven-plugin.version> |
38 | 38 | <spotbugs.version>4.8.6</spotbugs.version> |
39 | 39 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
40 | 40 | <hamcrest.version>3.0</hamcrest.version> |
|
86 | 86 | </plugin> |
87 | 87 | <plugin> |
88 | 88 | <artifactId>maven-surefire-plugin</artifactId> |
89 | | - <version>3.2.3</version> |
| 89 | + <version>3.5.0</version> |
90 | 90 | <configuration> |
91 | 91 | <!-- SUREFIRE-1226 workaround --> |
92 | 92 | <trimStackTrace>false</trimStackTrace> |
|
100 | 100 | <plugin> |
101 | 101 | <groupId>org.apache.maven.plugins</groupId> |
102 | 102 | <artifactId>maven-gpg-plugin</artifactId> |
103 | | - <version>3.2.4</version> |
| 103 | + <version>3.2.6</version> |
104 | 104 | </plugin> |
105 | 105 | <plugin> |
106 | 106 | <groupId>org.jacoco</groupId> |
|
202 | 202 | <plugin> |
203 | 203 | <groupId>org.apache.maven.plugins</groupId> |
204 | 204 | <artifactId>maven-javadoc-plugin</artifactId> |
205 | | - <version>3.8.0</version> |
| 205 | + <version>3.10.0</version> |
206 | 206 | <configuration> |
| 207 | + <source>11</source> |
207 | 208 | <release>11</release> |
208 | 209 | <failOnWarnings>true</failOnWarnings> |
209 | 210 | <doclint>all</doclint> |
|
269 | 270 | <dependency> |
270 | 271 | <groupId>org.apache.bcel</groupId> |
271 | 272 | <artifactId>bcel</artifactId> |
272 | | - <version>6.9.0</version> |
| 273 | + <version>6.10.0</version> |
273 | 274 | </dependency> |
274 | 275 | </dependencies> |
275 | 276 | </plugin> |
|
279 | 280 | <configuration> |
280 | 281 | <source>11</source> |
281 | 282 | <target>11</target> |
| 283 | + <release>11</release> |
282 | 284 | <annotationProcessorPaths> |
283 | 285 | <annotationProcessorPath> |
284 | 286 | <groupId>org.jenkins-ci</groupId> |
|
379 | 381 | <plugin> |
380 | 382 | <groupId>com.github.siom79.japicmp</groupId> |
381 | 383 | <artifactId>japicmp-maven-plugin</artifactId> |
382 | | - <version>0.21.2</version> |
| 384 | + <version>0.23.0</version> |
383 | 385 | <configuration> |
| 386 | + <oldVersion> |
| 387 | + <dependency> |
| 388 | + <groupId>${project.groupId}</groupId> |
| 389 | + <artifactId>${project.artifactId}</artifactId> |
| 390 | + <version>2.0.0-alpha-1</version> |
| 391 | + <type>jar</type> |
| 392 | + </dependency> |
| 393 | + </oldVersion> |
384 | 394 | <parameter> |
385 | | - <!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> --> |
| 395 | + <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> --> |
386 | 396 | <!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> --> |
387 | 397 | <onlyModified>true</onlyModified> |
388 | 398 | <includeSynthetic>true</includeSynthetic> |
|
420 | 430 | <dependency> |
421 | 431 | <groupId>org.apache.commons</groupId> |
422 | 432 | <artifactId>commons-lang3</artifactId> |
423 | | - <version>3.14.0</version> |
| 433 | + <version>3.17.0</version> |
424 | 434 | </dependency> |
425 | 435 | <dependency> |
426 | 436 | <groupId>com.tngtech.archunit</groupId> |
|
0 commit comments