|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | 4 | <artifactId>github-api</artifactId> |
5 | | - <version>1.304-SNAPSHOT</version> |
| 5 | + <version>1.307-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.6.0.0</spotbugs-maven-plugin.version> |
| 36 | + <spotbugs-maven-plugin.version>4.7.0.0</spotbugs-maven-plugin.version> |
37 | 37 | <spotbugs.version>4.6.0</spotbugs.version> |
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
39 | 39 | <hamcrest.version>2.2</hamcrest.version> |
|
44 | 44 | <jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method> |
45 | 45 | <!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. --> |
46 | 46 | <jacoco.haltOnFailure>false</jacoco.haltOnFailure> |
47 | | - <jjwt.suite.version>0.11.2</jjwt.suite.version> |
| 47 | + <jjwt.suite.version>0.11.5</jjwt.suite.version> |
48 | 48 |
|
49 | 49 | <jacoco.surefire.argLine /> |
50 | 50 | <surefire.argLine /> |
|
55 | 55 | <extension> |
56 | 56 | <groupId>org.apache.maven.scm</groupId> |
57 | 57 | <artifactId>maven-scm-provider-gitexe</artifactId> |
58 | | - <version>1.12.2</version> |
| 58 | + <version>1.13.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.12.2</version> |
| 63 | + <version>1.13.0</version> |
64 | 64 | </extension> |
65 | 65 | <!-- Doing site publishing manually for now --> |
66 | 66 | <!-- |
|
213 | 213 | <plugin> |
214 | 214 | <groupId>org.apache.maven.plugins</groupId> |
215 | 215 | <artifactId>maven-javadoc-plugin</artifactId> |
216 | | - <version>3.3.2</version> |
| 216 | + <version>3.4.0</version> |
217 | 217 | <configuration> |
218 | 218 | <source>8</source> |
219 | 219 | <failOnWarnings>true</failOnWarnings> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.sonatype.plugins</groupId> |
225 | 225 | <artifactId>nexus-staging-maven-plugin</artifactId> |
226 | | - <version>1.6.12</version> |
| 226 | + <version>1.6.13</version> |
227 | 227 | <extensions>true</extensions> |
228 | 228 | <configuration> |
229 | 229 | <serverId>sonatype-nexus-staging</serverId> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>org.apache.maven.plugins</groupId> |
260 | 260 | <artifactId>maven-site-plugin</artifactId> |
261 | | - <version>3.11.0</version> |
| 261 | + <version>3.12.0</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.2.2</version> |
| 281 | + <version>3.3.0</version> |
282 | 282 | <dependencies> |
283 | 283 | <dependency> |
284 | 284 | <groupId>org.apache.bcel</groupId> |
|
333 | 333 | <plugin> |
334 | 334 | <groupId>com.diffplug.spotless</groupId> |
335 | 335 | <artifactId>spotless-maven-plugin</artifactId> |
336 | | - <version>2.22.1</version> |
| 336 | + <version>2.22.8</version> |
337 | 337 | <executions> |
338 | 338 | <execution> |
339 | 339 | <id>spotless-check</id> |
|
468 | 468 | <dependency> |
469 | 469 | <groupId>com.fasterxml.jackson.core</groupId> |
470 | 470 | <artifactId>jackson-databind</artifactId> |
471 | | - <version>2.13.2.2</version> |
| 471 | + <version>2.13.3</version> |
472 | 472 | </dependency> |
473 | 473 | <dependency> |
474 | 474 | <groupId>commons-io</groupId> |
|
567 | 567 | <dependency> |
568 | 568 | <groupId>org.mockito</groupId> |
569 | 569 | <artifactId>mockito-core</artifactId> |
570 | | - <version>4.4.0</version> |
| 570 | + <version>4.6.1</version> |
571 | 571 | <scope>test</scope> |
572 | 572 | </dependency> |
573 | 573 | <dependency> |
|
698 | 698 | <plugin> |
699 | 699 | <groupId>org.apache.maven.plugins</groupId> |
700 | 700 | <artifactId>maven-enforcer-plugin</artifactId> |
701 | | - <version>3.0.0</version> |
| 701 | + <version>3.1.0</version> |
702 | 702 | <executions> |
703 | 703 | <execution> |
704 | 704 | <id>enforce-jacoco-exist</id> |
|
0 commit comments