|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.kohsuke</groupId> |
5 | 5 | <artifactId>${github-api.artifactId}</artifactId> |
6 | | - <version>2.0-rc.5</version> |
| 6 | + <version>2.0-rc.6</version> |
7 | 7 | <name>GitHub API for Java</name> |
8 | 8 | <description>GitHub API for Java</description> |
9 | 9 | <url>https://hub4j.github.io/github-api/</url> |
|
71 | 71 | <jacoco.haltOnFailure>false</jacoco.haltOnFailure> |
72 | 72 |
|
73 | 73 | <jacoco.surefire.argLine></jacoco.surefire.argLine> |
74 | | - <jjwt.suite.version>0.12.6</jjwt.suite.version> |
| 74 | + <jjwt.suite.version>0.13.0</jjwt.suite.version> |
75 | 75 | <!-- This project was registered before 2021, so it uses the old server. --> |
76 | 76 | <nexus.serverUrl>https://ossrh-staging-api.central.sonatype.com</nexus.serverUrl> |
77 | 77 | <okhttp3.version>4.12.0</okhttp3.version> |
78 | 78 | <okio.version>3.16.0</okio.version> |
79 | 79 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
80 | 80 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
81 | | - <spotbugs-maven-plugin.version>4.9.3.0</spotbugs-maven-plugin.version> |
| 81 | + <spotbugs-maven-plugin.version>4.9.8.2</spotbugs-maven-plugin.version> |
82 | 82 | <spotbugs.version>4.8.6</spotbugs.version> |
83 | | - <spring.boot.version>3.3.5</spring.boot.version> |
| 83 | + <spring.boot.version>3.4.5</spring.boot.version> |
84 | 84 | <surefire.argLine></surefire.argLine> |
85 | 85 | </properties> |
86 | 86 |
|
|
89 | 89 | <dependency> |
90 | 90 | <groupId>com.fasterxml.jackson</groupId> |
91 | 91 | <artifactId>jackson-bom</artifactId> |
92 | | - <version>2.20.0</version> |
| 92 | + <version>2.21.0</version> |
93 | 93 | <type>pom</type> |
94 | 94 | <scope>import</scope> |
95 | 95 | </dependency> |
|
194 | 194 | <dependency> |
195 | 195 | <groupId>org.apache.commons</groupId> |
196 | 196 | <artifactId>commons-lang3</artifactId> |
197 | | - <version>3.18.0</version> |
| 197 | + <version>3.19.0</version> |
198 | 198 | </dependency> |
199 | 199 | <dependency> |
200 | 200 | <groupId>com.github.npathai</groupId> |
|
211 | 211 | <dependency> |
212 | 212 | <groupId>com.google.code.gson</groupId> |
213 | 213 | <artifactId>gson</artifactId> |
214 | | - <version>2.12.1</version> |
| 214 | + <version>2.13.2</version> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
|
268 | 268 | <dependency> |
269 | 269 | <groupId>org.mockito</groupId> |
270 | 270 | <artifactId>mockito-core</artifactId> |
271 | | - <version>5.16.1</version> |
| 271 | + <version>5.21.0</version> |
272 | 272 | <scope>test</scope> |
273 | 273 | </dependency> |
274 | 274 | <!-- |
|
320 | 320 | <plugin> |
321 | 321 | <groupId>org.apache.maven.plugins</groupId> |
322 | 322 | <artifactId>maven-gpg-plugin</artifactId> |
323 | | - <version>3.2.7</version> |
| 323 | + <version>3.2.8</version> |
324 | 324 | </plugin> |
325 | 325 | <plugin> |
326 | 326 | <groupId>org.apache.maven.plugins</groupId> |
|
330 | 330 | <plugin> |
331 | 331 | <groupId>org.apache.maven.plugins</groupId> |
332 | 332 | <artifactId>maven-javadoc-plugin</artifactId> |
333 | | - <version>3.11.2</version> |
| 333 | + <version>3.12.0</version> |
334 | 334 | <configuration> |
335 | 335 | <source>11</source> |
336 | 336 | <release>11</release> |
|
348 | 348 | </plugin> |
349 | 349 | <plugin> |
350 | 350 | <artifactId>maven-surefire-plugin</artifactId> |
351 | | - <version>3.5.3</version> |
| 351 | + <version>3.5.5</version> |
352 | 352 | <configuration> |
353 | 353 | <!-- SUREFIRE-1226 workaround --> |
354 | 354 | <trimStackTrace>false</trimStackTrace> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.jacoco</groupId> |
364 | 364 | <artifactId>jacoco-maven-plugin</artifactId> |
365 | | - <version>0.8.13</version> |
| 365 | + <version>0.8.14</version> |
366 | 366 | <configuration> |
367 | 367 | <!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing --> |
368 | 368 | <excludes> |
|
619 | 619 | <dependency> |
620 | 620 | <groupId>org.apache.bcel</groupId> |
621 | 621 | <artifactId>bcel</artifactId> |
622 | | - <version>6.10.0</version> |
| 622 | + <version>6.12.0</version> |
623 | 623 | </dependency> |
624 | 624 | </dependencies> |
625 | 625 | </plugin> |
|
0 commit comments