|
33 | 33 |
|
34 | 34 | <properties>
|
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
36 |
| - <spotbugs-maven-plugin.version>4.3.0</spotbugs-maven-plugin.version> |
| 36 | + <spotbugs-maven-plugin.version>4.4.1</spotbugs-maven-plugin.version> |
37 | 37 | <spotbugs.version>4.4.1</spotbugs.version>
|
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
|
39 | 39 | <hamcrest.version>2.2</hamcrest.version>
|
|
55 | 55 | <extension>
|
56 | 56 | <groupId>org.apache.maven.scm</groupId>
|
57 | 57 | <artifactId>maven-scm-provider-gitexe</artifactId>
|
58 |
| - <version>1.11.3</version> |
| 58 | + <version>1.12.0</version> |
59 | 59 | </extension>
|
60 | 60 | <extension>
|
61 | 61 | <groupId>org.apache.maven.scm</groupId>
|
62 | 62 | <artifactId>maven-scm-manager-plexus</artifactId>
|
63 |
| - <version>1.11.3</version> |
| 63 | + <version>1.12.0</version> |
64 | 64 | </extension>
|
65 | 65 | <!-- Doing site publishing manually for now -->
|
66 | 66 | <!--
|
|
422 | 422 | <dependency>
|
423 | 423 | <groupId>com.fasterxml.jackson.core</groupId>
|
424 | 424 | <artifactId>jackson-databind</artifactId>
|
425 |
| - <version>2.12.5</version> |
| 425 | + <version>2.13.0</version> |
426 | 426 | </dependency>
|
427 | 427 | <dependency>
|
428 | 428 | <groupId>commons-io</groupId>
|
|
465 | 465 | <dependency>
|
466 | 466 | <groupId>org.eclipse.jgit</groupId>
|
467 | 467 | <artifactId>org.eclipse.jgit</artifactId>
|
468 |
| - <version>5.12.0.202106070339-r</version> |
| 468 | + <version>5.13.0.202109080827-r</version> |
469 | 469 | <scope>test</scope>
|
470 | 470 | </dependency>
|
471 | 471 | <dependency>
|
|
533 | 533 | <dependency>
|
534 | 534 | <groupId>com.github.tomakehurst</groupId>
|
535 | 535 | <artifactId>wiremock-jre8-standalone</artifactId>
|
536 |
| - <version>2.30.1</version> |
| 536 | + <version>2.31.0</version> |
537 | 537 | <scope>test</scope>
|
538 | 538 | </dependency>
|
539 | 539 | <dependency>
|
|
0 commit comments