|
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.4</version> |
| 6 | + <version>2.0-rc.5</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> |
|
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 | | - <okio.version>3.10.2</okio.version> |
| 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 | 81 | <spotbugs-maven-plugin.version>4.9.3.0</spotbugs-maven-plugin.version> |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>com.fasterxml.jackson</groupId> |
91 | 91 | <artifactId>jackson-bom</artifactId> |
92 | | - <version>2.19.1</version> |
| 92 | + <version>2.20.0</version> |
93 | 93 | <type>pom</type> |
94 | 94 | <scope>import</scope> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>org.junit</groupId> |
98 | 98 | <artifactId>junit-bom</artifactId> |
99 | | - <version>5.12.1</version> |
| 99 | + <version>5.13.4</version> |
100 | 100 | <type>pom</type> |
101 | 101 | <scope>import</scope> |
102 | 102 | </dependency> |
|
223 | 223 | <dependency> |
224 | 224 | <groupId>com.tngtech.archunit</groupId> |
225 | 225 | <artifactId>archunit</artifactId> |
226 | | - <version>1.4.0</version> |
| 226 | + <version>1.4.1</version> |
227 | 227 | <scope>test</scope> |
228 | 228 | </dependency> |
229 | 229 | <dependency> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.jacoco</groupId> |
364 | 364 | <artifactId>jacoco-maven-plugin</artifactId> |
365 | | - <version>0.8.12</version> |
| 365 | + <version>0.8.13</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> |
|
473 | 473 | <plugin> |
474 | 474 | <groupId>com.diffplug.spotless</groupId> |
475 | 475 | <artifactId>spotless-maven-plugin</artifactId> |
476 | | - <version>2.44.5</version> |
| 476 | + <version>2.46.1</version> |
477 | 477 | <configuration> |
478 | 478 | <java> |
479 | 479 | <includes> |
|
0 commit comments