|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | 4 | <artifactId>github-api</artifactId> |
5 | | - <version>1.307-SNAPSHOT</version> |
| 5 | + <version>1.314-SNAPSHOT</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> |
|
33 | 33 |
|
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | | - <spotbugs-maven-plugin.version>4.7.0.0</spotbugs-maven-plugin.version> |
37 | | - <spotbugs.version>4.6.0</spotbugs.version> |
| 36 | + <spotbugs-maven-plugin.version>4.7.3.0</spotbugs-maven-plugin.version> |
| 37 | + <spotbugs.version>4.7.3</spotbugs.version> |
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
39 | 39 | <hamcrest.version>2.2</hamcrest.version> |
40 | 40 | <okhttp3.version>4.9.2</okhttp3.version> |
|
213 | 213 | <plugin> |
214 | 214 | <groupId>org.apache.maven.plugins</groupId> |
215 | 215 | <artifactId>maven-javadoc-plugin</artifactId> |
216 | | - <version>3.4.0</version> |
| 216 | + <version>3.4.1</version> |
217 | 217 | <configuration> |
218 | | - <source>8</source> |
| 218 | + <release>8</release> |
219 | 219 | <failOnWarnings>true</failOnWarnings> |
220 | 220 | <doclint>all</doclint> |
221 | 221 | </configuration> |
|
234 | 234 | <plugin> |
235 | 235 | <groupId>org.codehaus.mojo</groupId> |
236 | 236 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
237 | | - <version>1.21</version> |
| 237 | + <version>1.22</version> |
238 | 238 | <configuration> |
239 | 239 | <signature> |
240 | 240 | <groupId>org.codehaus.mojo.signature</groupId> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>org.apache.maven.plugins</groupId> |
260 | 260 | <artifactId>maven-site-plugin</artifactId> |
261 | | - <version>3.12.0</version> |
| 261 | + <version>3.12.1</version> |
262 | 262 | </plugin> |
263 | 263 | <plugin> |
264 | 264 | <groupId>org.apache.maven.plugins</groupId> |
|
278 | 278 | <plugin> |
279 | 279 | <groupId>org.apache.maven.plugins</groupId> |
280 | 280 | <artifactId>maven-project-info-reports-plugin</artifactId> |
281 | | - <version>3.3.0</version> |
| 281 | + <version>3.4.2</version> |
282 | 282 | <dependencies> |
283 | 283 | <dependency> |
284 | 284 | <groupId>org.apache.bcel</groupId> |
285 | 285 | <artifactId>bcel</artifactId> |
286 | | - <version>6.5.0</version> |
| 286 | + <version>6.6.1</version> |
287 | 287 | </dependency> |
288 | 288 | </dependencies> |
289 | 289 | </plugin> |
|
333 | 333 | <plugin> |
334 | 334 | <groupId>com.diffplug.spotless</groupId> |
335 | 335 | <artifactId>spotless-maven-plugin</artifactId> |
336 | | - <version>2.22.8</version> |
| 336 | + <version>2.27.2</version> |
337 | 337 | <executions> |
338 | 338 | <execution> |
339 | 339 | <id>spotless-check</id> |
|
396 | 396 | <plugin> |
397 | 397 | <groupId>com.github.siom79.japicmp</groupId> |
398 | 398 | <artifactId>japicmp-maven-plugin</artifactId> |
399 | | - <version>0.15.7</version> |
| 399 | + <version>0.16.0</version> |
400 | 400 | <configuration> |
401 | 401 | <parameter> |
402 | 402 | <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
|
453 | 453 | <version>${hamcrest.version}</version> |
454 | 454 | <scope>test</scope> |
455 | 455 | </dependency> |
| 456 | + <dependency> |
| 457 | + <groupId>com.github.npathai</groupId> |
| 458 | + <artifactId>hamcrest-optional</artifactId> |
| 459 | + <version>2.0.0</version> |
| 460 | + <scope>test</scope> |
| 461 | + </dependency> |
456 | 462 | <dependency> |
457 | 463 | <groupId>junit</groupId> |
458 | 464 | <artifactId>junit</artifactId> |
|
468 | 474 | <dependency> |
469 | 475 | <groupId>com.fasterxml.jackson.core</groupId> |
470 | 476 | <artifactId>jackson-databind</artifactId> |
471 | | - <version>2.13.3</version> |
| 477 | + <version>2.14.0</version> |
472 | 478 | </dependency> |
473 | 479 | <dependency> |
474 | 480 | <groupId>commons-io</groupId> |
|
485 | 491 | <dependency> |
486 | 492 | <groupId>commons-fileupload</groupId> |
487 | 493 | <artifactId>commons-fileupload</artifactId> |
488 | | - <version>1.4</version> |
| 494 | + <version>1.5</version> |
489 | 495 | <scope>test</scope> |
490 | 496 | </dependency> |
491 | 497 | <!-- for stapler-jetty --> |
|
511 | 517 | <dependency> |
512 | 518 | <groupId>org.eclipse.jgit</groupId> |
513 | 519 | <artifactId>org.eclipse.jgit</artifactId> |
514 | | - <version>6.1.0.202203080745-r</version> |
| 520 | + <version>6.4.0.202211300538-r</version> |
515 | 521 | <scope>test</scope> |
516 | 522 | </dependency> |
517 | 523 | <dependency> |
|
567 | 573 | <dependency> |
568 | 574 | <groupId>org.mockito</groupId> |
569 | 575 | <artifactId>mockito-core</artifactId> |
570 | | - <version>4.6.1</version> |
| 576 | + <version>4.11.0</version> |
571 | 577 | <scope>test</scope> |
572 | 578 | </dependency> |
573 | 579 | <dependency> |
|
579 | 585 | <dependency> |
580 | 586 | <groupId>com.github.tomakehurst</groupId> |
581 | 587 | <artifactId>wiremock-jre8-standalone</artifactId> |
582 | | - <version>2.32.0</version> |
| 588 | + <version>2.35.0</version> |
583 | 589 | <scope>test</scope> |
584 | 590 | </dependency> |
585 | 591 | <dependency> |
586 | 592 | <groupId>com.google.code.gson</groupId> |
587 | 593 | <artifactId>gson</artifactId> |
588 | | - <version>2.9.0</version> |
| 594 | + <version>2.10</version> |
589 | 595 | <scope>test</scope> |
590 | 596 | </dependency> |
591 | 597 | <dependency> |
592 | 598 | <groupId>org.slf4j</groupId> |
593 | 599 | <artifactId>slf4j-simple</artifactId> |
594 | | - <version>1.7.36</version> |
| 600 | + <version>2.0.3</version> |
595 | 601 | <scope>test</scope> |
596 | 602 | </dependency> |
597 | 603 | </dependencies> |
|
817 | 823 | <plugin> |
818 | 824 | <groupId>org.apache.maven.plugins</groupId> |
819 | 825 | <artifactId>maven-jar-plugin</artifactId> |
820 | | - <version>3.2.2</version> |
| 826 | + <version>3.3.0</version> |
821 | 827 | <configuration> |
822 | 828 | <archive> |
823 | 829 | <manifestEntries> |
|
0 commit comments