|
25 | 25 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
|
26 | 26 |
|
27 | 27 | <!-- Maven build plugins and their dependencies -->
|
28 |
| - <build-helper-plugin.version>3.2.0</build-helper-plugin.version> |
29 |
| - <build-properties-plugin.version>1.0.0</build-properties-plugin.version> |
30 |
| - <surefire-plugin.version>2.22.2</surefire-plugin.version> |
| 28 | + <build-helper-plugin.version>3.4.0</build-helper-plugin.version> |
| 29 | + <build-properties-plugin.version>1.2.0</build-properties-plugin.version> |
| 30 | + <surefire-plugin.version>3.1.2</surefire-plugin.version> |
31 | 31 |
|
32 | 32 | <!-- Library versions -->
|
33 |
| - <arrow-core.version>1.1.3</arrow-core.version> |
34 |
| - <geolatte.version>1.9.0</geolatte.version> |
35 |
| - <kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version> |
| 33 | + <arrow-core.version>1.2.0</arrow-core.version> |
| 34 | + <geolatte.version>1.9.1</geolatte.version> |
| 35 | + <kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version> |
36 | 36 | <quicktheories.version>0.26</quicktheories.version>
|
37 | 37 |
|
38 | 38 | <!-- Other properties -->
|
|
309 | 309 | <plugin>
|
310 | 310 | <groupId>org.apache.maven.plugins</groupId>
|
311 | 311 | <artifactId>maven-enforcer-plugin</artifactId>
|
312 |
| - <version>3.0.0</version> |
| 312 | + <version>3.4.0</version> |
313 | 313 | <executions>
|
314 | 314 | <execution>
|
315 | 315 | <id>enforce-versions</id>
|
|
401 | 401 | <plugin>
|
402 | 402 | <groupId>org.apache.maven.plugins</groupId>
|
403 | 403 | <artifactId>maven-compiler-plugin</artifactId>
|
404 |
| - <version>3.8.1</version> |
| 404 | + <version>3.11.0</version> |
405 | 405 | <configuration>
|
406 | 406 | <source>${java.version}</source>
|
407 | 407 | <target>${java.version}</target>
|
|
0 commit comments