|
37 | 37 | <spotbugs.version>4.8.6</spotbugs.version> |
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
39 | 39 | <hamcrest.version>2.2</hamcrest.version> |
40 | | - <okhttp3.version>4.9.2</okhttp3.version> |
| 40 | + <okhttp3.version>4.12.0</okhttp3.version> |
41 | 41 | <okio.version>3.7.0</okio.version> |
42 | 42 | <!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. --> |
43 | 43 | <jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method> |
|
94 | 94 | <plugin> |
95 | 95 | <groupId>org.apache.maven.plugins</groupId> |
96 | 96 | <artifactId>maven-source-plugin</artifactId> |
97 | | - <version>3.3.0</version> |
| 97 | + <version>3.3.1</version> |
98 | 98 | </plugin> |
99 | 99 | <plugin> |
100 | 100 | <groupId>org.apache.maven.plugins</groupId> |
|
104 | 104 | <plugin> |
105 | 105 | <groupId>org.jacoco</groupId> |
106 | 106 | <artifactId>jacoco-maven-plugin</artifactId> |
107 | | - <version>0.8.11</version> |
| 107 | + <version>0.8.12</version> |
108 | 108 | <configuration> |
109 | 109 | <!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing --> |
110 | 110 | <excludes> |
|
205 | 205 | <plugin> |
206 | 206 | <groupId>org.apache.maven.plugins</groupId> |
207 | 207 | <artifactId>maven-javadoc-plugin</artifactId> |
208 | | - <version>3.6.3</version> |
| 208 | + <version>3.7.0</version> |
209 | 209 | <configuration> |
210 | 210 | <release>11</release> |
211 | 211 | <failOnWarnings>true</failOnWarnings> |
|
234 | 234 | <plugin> |
235 | 235 | <groupId>org.apache.maven.plugins</groupId> |
236 | 236 | <artifactId>maven-release-plugin</artifactId> |
237 | | - <version>2.5.3</version> |
| 237 | + <version>3.1.0</version> |
238 | 238 | <configuration> |
239 | 239 | <autoVersionSubmodules>true</autoVersionSubmodules> |
240 | 240 | <useReleaseProfile>false</useReleaseProfile> |
|
249 | 249 | <plugin> |
250 | 250 | <groupId>org.apache.maven.plugins</groupId> |
251 | 251 | <artifactId>maven-project-info-reports-plugin</artifactId> |
252 | | - <version>3.5.0</version> |
| 252 | + <version>3.6.0</version> |
253 | 253 | <dependencies> |
254 | 254 | <dependency> |
255 | 255 | <groupId>org.apache.bcel</groupId> |
256 | 256 | <artifactId>bcel</artifactId> |
257 | | - <version>6.8.2</version> |
| 257 | + <version>6.9.0</version> |
258 | 258 | </dependency> |
259 | 259 | </dependencies> |
260 | 260 | </plugin> |
|
410 | 410 | <dependency> |
411 | 411 | <groupId>com.tngtech.archunit</groupId> |
412 | 412 | <artifactId>archunit</artifactId> |
413 | | - <version>1.2.0</version> |
| 413 | + <version>1.3.0</version> |
414 | 414 | <scope>test</scope> |
415 | 415 | </dependency> |
416 | 416 | <dependency> |
|
0 commit comments