|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | 4 | <artifactId>github-api</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> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-javadoc-plugin</artifactId> |
226 | | - <version>3.8.0</version> |
| 226 | + <version>3.10.0</version> |
227 | 227 | <configuration> |
228 | 228 | <release>8</release> |
229 | 229 | <failOnWarnings>true</failOnWarnings> |
|
247 | 247 | <!-- |
248 | 248 | This plugin is used to generate AOT metadata during tests so that it can be |
249 | 249 | compared against those in META-INF/native-image/org.kohsuke/github-api/*. |
250 | | - The tests are located in src/test/java/org.kohsuke.aot |
| 250 | + The tests are start with the name "Aot..." |
251 | 251 | --> |
252 | 252 | <plugin> |
253 | 253 | <groupId>org.springframework.boot</groupId> |
|
290 | 290 | <dependency> |
291 | 291 | <groupId>org.apache.bcel</groupId> |
292 | 292 | <artifactId>bcel</artifactId> |
293 | | - <version>6.9.0</version> |
| 293 | + <version>6.10.0</version> |
294 | 294 | </dependency> |
295 | 295 | </dependencies> |
296 | 296 | </plugin> |
|
436 | 436 | <plugin> |
437 | 437 | <groupId>com.github.siom79.japicmp</groupId> |
438 | 438 | <artifactId>japicmp-maven-plugin</artifactId> |
439 | | - <version>0.17.2</version> |
| 439 | + <version>0.23.0</version> |
440 | 440 | <configuration> |
| 441 | + <oldVersion> |
| 442 | + <dependency> |
| 443 | + <groupId>${project.groupId}</groupId> |
| 444 | + <artifactId>${project.artifactId}</artifactId> |
| 445 | + <version>1.325</version> |
| 446 | + <type>jar</type> |
| 447 | + </dependency> |
| 448 | + </oldVersion> |
441 | 449 | <parameter> |
442 | 450 | <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
443 | 451 | <onlyModified>true</onlyModified> |
|
478 | 486 | <dependency> |
479 | 487 | <groupId>org.apache.commons</groupId> |
480 | 488 | <artifactId>commons-lang3</artifactId> |
481 | | - <version>3.14.0</version> |
| 489 | + <version>3.17.0</version> |
482 | 490 | </dependency> |
483 | 491 | <dependency> |
484 | 492 | <groupId>com.tngtech.archunit</groupId> |
|
0 commit comments