|
59 | 59 | <!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
|
60 | 60 | <argLine/>
|
61 | 61 |
|
62 |
| - <kotlin.version>2.0.20</kotlin.version> |
| 62 | + <kotlin.version>2.1.10</kotlin.version> |
63 | 63 | <kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
|
64 | 64 |
|
65 | 65 | <!-- testing dependencies versions -->
|
66 |
| - <junit5.version>5.11.0</junit5.version> |
| 66 | + <junit5.version>5.12.1</junit5.version> |
67 | 67 | <kotest.version>5.8.0</kotest.version>
|
68 | 68 | </properties>
|
69 | 69 |
|
|
131 | 131 | <dependency>
|
132 | 132 | <groupId>commons-io</groupId>
|
133 | 133 | <artifactId>commons-io</artifactId>
|
134 |
| - <version>2.16.1</version> |
| 134 | + <version>2.18.0</version> |
135 | 135 | </dependency>
|
136 | 136 | <dependency>
|
137 | 137 | <groupId>org.apache.commons</groupId>
|
|
169 | 169 | <!-- https://www.jetbrains.com/help/idea/annotating-source-code.html -->
|
170 | 170 | <groupId>org.jetbrains</groupId>
|
171 | 171 | <artifactId>annotations</artifactId>
|
172 |
| - <version>24.1.0</version> |
| 172 | + <version>26.0.2</version> |
173 | 173 | <optional>true</optional>
|
174 | 174 | </dependency>
|
175 | 175 |
|
|
334 | 334 | <plugin>
|
335 | 335 | <groupId>org.apache.maven.plugins</groupId>
|
336 | 336 | <artifactId>maven-clean-plugin</artifactId>
|
337 |
| - <version>3.4.0</version> |
| 337 | + <version>3.4.1</version> |
338 | 338 | </plugin>
|
339 | 339 | <plugin>
|
340 | 340 | <groupId>org.apache.maven.plugins</groupId>
|
|
366 | 366 | <plugin>
|
367 | 367 | <groupId>org.apache.maven.plugins</groupId>
|
368 | 368 | <artifactId>maven-compiler-plugin</artifactId>
|
369 |
| - <version>3.13.0</version> |
| 369 | + <version>3.14.0</version> |
370 | 370 | <configuration>
|
371 | 371 | <!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
|
372 | 372 | <compilerArgs>
|
|
378 | 378 | <plugin>
|
379 | 379 | <groupId>org.apache.maven.plugins</groupId>
|
380 | 380 | <artifactId>maven-javadoc-plugin</artifactId>
|
381 |
| - <version>3.10.0</version> |
| 381 | + <version>3.11.2</version> |
382 | 382 | </plugin>
|
383 | 383 | <plugin>
|
384 | 384 | <groupId>org.apache.maven.plugins</groupId>
|
385 | 385 | <artifactId>maven-surefire-plugin</artifactId>
|
386 |
| - <version>3.5.0</version> |
| 386 | + <version>3.5.2</version> |
387 | 387 | <configuration>
|
388 | 388 | <argLine>@{argLine} -Duser.language=en -Duser.country=US</argLine>
|
389 | 389 | </configuration>
|
|
396 | 396 | <plugin>
|
397 | 397 | <groupId>org.apache.maven.plugins</groupId>
|
398 | 398 | <artifactId>maven-site-plugin</artifactId>
|
399 |
| - <version>3.20.0</version> |
| 399 | + <version>3.21.0</version> |
400 | 400 | </plugin>
|
401 | 401 | <plugin>
|
402 | 402 | <groupId>org.apache.maven.plugins</groupId>
|
403 | 403 | <artifactId>maven-install-plugin</artifactId>
|
404 |
| - <version>3.1.3</version> |
| 404 | + <version>3.1.4</version> |
405 | 405 | </plugin>
|
406 | 406 | <plugin>
|
407 | 407 | <groupId>org.apache.maven.plugins</groupId>
|
408 | 408 | <artifactId>maven-deploy-plugin</artifactId>
|
409 |
| - <version>3.1.3</version> |
| 409 | + <version>3.1.4</version> |
410 | 410 | </plugin>
|
411 | 411 | </plugins>
|
412 | 412 | </pluginManagement>
|
|
502 | 502 | <plugin>
|
503 | 503 | <groupId>org.apache.maven.plugins</groupId>
|
504 | 504 | <artifactId>maven-gpg-plugin</artifactId>
|
505 |
| - <version>3.2.5</version> |
| 505 | + <version>3.2.7</version> |
506 | 506 | <executions>
|
507 | 507 | <execution>
|
508 | 508 | <id>sign-artifacts</id>
|
|
588 | 588 | <plugin>
|
589 | 589 | <groupId>com.github.spotbugs</groupId>
|
590 | 590 | <artifactId>spotbugs-maven-plugin</artifactId>
|
591 |
| - <version>4.8.6.3</version> |
| 591 | + <version>4.9.3.0</version> |
592 | 592 | <executions>
|
593 | 593 | <execution>
|
594 | 594 | <phase>verify</phase>
|
|
0 commit comments