|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | 4 | <artifactId>github-api-unbridged</artifactId> |
5 | | - <version>1.325</version> |
| 5 | + <version>1.326</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> |
|
94 | 94 | </plugin> |
95 | 95 | <plugin> |
96 | 96 | <artifactId>maven-surefire-plugin</artifactId> |
97 | | - <version>3.2.3</version> |
| 97 | + <version>3.5.0</version> |
98 | 98 | <configuration> |
99 | 99 | <!-- SUREFIRE-1226 workaround --> |
100 | 100 | <trimStackTrace>false</trimStackTrace> |
|
108 | 108 | <plugin> |
109 | 109 | <groupId>org.apache.maven.plugins</groupId> |
110 | 110 | <artifactId>maven-gpg-plugin</artifactId> |
111 | | - <version>3.2.4</version> |
| 111 | + <version>3.2.6</version> |
112 | 112 | </plugin> |
113 | 113 | <plugin> |
114 | 114 | <groupId>org.jacoco</groupId> |
|
226 | 226 | <plugin> |
227 | 227 | <groupId>org.apache.maven.plugins</groupId> |
228 | 228 | <artifactId>maven-javadoc-plugin</artifactId> |
229 | | - <version>3.8.0</version> |
| 229 | + <version>3.10.0</version> |
230 | 230 | <configuration> |
231 | 231 | <release>8</release> |
232 | 232 | <failOnWarnings>true</failOnWarnings> |
|
250 | 250 | <!-- |
251 | 251 | This plugin is used to generate AOT metadata during tests so that it can be |
252 | 252 | compared against those in META-INF/native-image/org.kohsuke/github-api/*. |
253 | | - The tests are located in src/test/java/org.kohsuke.aot |
| 253 | + The tests are start with the name "Aot..." |
254 | 254 | --> |
255 | 255 | <plugin> |
256 | 256 | <groupId>org.springframework.boot</groupId> |
|
293 | 293 | <dependency> |
294 | 294 | <groupId>org.apache.bcel</groupId> |
295 | 295 | <artifactId>bcel</artifactId> |
296 | | - <version>6.9.0</version> |
| 296 | + <version>6.10.0</version> |
297 | 297 | </dependency> |
298 | 298 | </dependencies> |
299 | 299 | </plugin> |
|
427 | 427 | <plugin> |
428 | 428 | <groupId>com.github.siom79.japicmp</groupId> |
429 | 429 | <artifactId>japicmp-maven-plugin</artifactId> |
430 | | - <version>0.17.2</version> |
| 430 | + <version>0.23.0</version> |
431 | 431 | <configuration> |
432 | | - <!-- Disabled until 1.318 unbridged is published --> |
433 | | - <skip>true</skip> |
| 432 | + <oldVersion> |
| 433 | + <dependency> |
| 434 | + <groupId>${project.groupId}</groupId> |
| 435 | + <artifactId>${project.artifactId}</artifactId> |
| 436 | + <version>1.325</version> |
| 437 | + <type>jar</type> |
| 438 | + </dependency> |
| 439 | + </oldVersion> |
434 | 440 | <parameter> |
435 | 441 | <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
436 | 442 | <onlyModified>true</onlyModified> |
|
471 | 477 | <dependency> |
472 | 478 | <groupId>org.apache.commons</groupId> |
473 | 479 | <artifactId>commons-lang3</artifactId> |
474 | | - <version>3.14.0</version> |
| 480 | + <version>3.17.0</version> |
475 | 481 | </dependency> |
476 | 482 | <dependency> |
477 | 483 | <groupId>com.tngtech.archunit</groupId> |
|
0 commit comments