|
176 | 176 | <plugin> |
177 | 177 | <groupId>org.apache.maven.plugins</groupId> |
178 | 178 | <artifactId>maven-javadoc-plugin</artifactId> |
179 | | - <version>3.7.0</version> |
| 179 | + <version>3.11.2</version> |
180 | 180 | </plugin> |
181 | 181 | </plugins> |
182 | 182 | </pluginManagement> |
|
211 | 211 | <plugin> |
212 | 212 | <groupId>org.apache.maven.plugins</groupId> |
213 | 213 | <artifactId>maven-clean-plugin</artifactId> |
214 | | - <version>3.4.0</version> |
| 214 | + <version>3.4.1</version> |
215 | 215 | </plugin> |
216 | 216 | <!-- Include resource files --> |
217 | 217 | <plugin> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-compiler-plugin</artifactId> |
226 | | - <version>3.13.0</version> |
| 226 | + <version>3.14.0</version> |
227 | 227 | <configuration> |
228 | 228 | <source>${java.source}</source> |
229 | 229 | <target>${java.target}</target> |
|
234 | 234 | <plugin> |
235 | 235 | <groupId>org.jacoco</groupId> |
236 | 236 | <artifactId>jacoco-maven-plugin</artifactId> |
237 | | - <version>0.8.12</version> |
| 237 | + <version>0.8.13</version> |
238 | 238 | <configuration> |
239 | 239 | <includes> |
240 | 240 | <include>fr/xephi/authme/*</include> |
|
260 | 260 | <plugin> |
261 | 261 | <groupId>org.apache.maven.plugins</groupId> |
262 | 262 | <artifactId>maven-surefire-plugin</artifactId> |
263 | | - <version>3.3.0</version> |
| 263 | + <version>3.5.3</version> |
264 | 264 | <configuration> |
265 | 265 | <!-- Fix java.base opens for new JDK versions --> |
266 | 266 | <!-- Force the right file encoding during unit testing --> |
|
377 | 377 | <plugin> |
378 | 378 | <groupId>org.apache.maven.plugins</groupId> |
379 | 379 | <artifactId>maven-install-plugin</artifactId> |
380 | | - <version>3.1.2</version> |
| 380 | + <version>3.1.4</version> |
381 | 381 | </plugin> |
382 | 382 | <!-- Deploy the jars as artifacts into the remote repository --> |
383 | 383 | <plugin> |
384 | 384 | <groupId>org.apache.maven.plugins</groupId> |
385 | 385 | <artifactId>maven-deploy-plugin</artifactId> |
386 | | - <version>3.1.2</version> |
| 386 | + <version>3.1.4</version> |
387 | 387 | </plugin> |
388 | 388 | <!-- Handle documentation generation, required by other plugins --> |
389 | 389 | <plugin> |
390 | 390 | <groupId>org.apache.maven.plugins</groupId> |
391 | 391 | <artifactId>maven-site-plugin</artifactId> |
392 | | - <version>3.12.1</version> |
| 392 | + <version>3.21.0</version> |
393 | 393 | </plugin> |
394 | 394 | <!-- Publish coveralls test coverage reports, not included in the build cycle by default --> |
395 | 395 | <plugin> |
|
0 commit comments