|
19 | 19 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
|
20 | 20 |
|
21 | 21 | <!-- Maven build plugins and their dependencies -->
|
22 |
| - <build-helper-plugin.version>3.2.0</build-helper-plugin.version> |
23 |
| - <build-properties-plugin.version>1.0.0</build-properties-plugin.version> |
24 |
| - <flyway-plugin.version>8.5.13</flyway-plugin.version> |
25 |
| - <jooq-meta.version>3.14.16</jooq-meta.version> |
26 |
| - <kotlin-plugin.version>1.6.21</kotlin-plugin.version> |
27 |
| - <postgresql.version>42.3.7</postgresql.version> |
28 |
| - <surefire-plugin.version>2.22.2</surefire-plugin.version> |
| 22 | + <build-helper-plugin.version>3.3.0</build-helper-plugin.version> |
| 23 | + <build-properties-plugin.version>1.1.0</build-properties-plugin.version> |
| 24 | + <flyway-plugin.version>9.16.3</flyway-plugin.version> |
| 25 | + <jooq-meta.version>3.18.3</jooq-meta.version> |
| 26 | + <kotlin-plugin.version>1.8.20</kotlin-plugin.version> |
| 27 | + <postgresql.version>42.6.0</postgresql.version> |
| 28 | + <surefire-plugin.version>3.0.0</surefire-plugin.version> |
29 | 29 |
|
30 | 30 | <!-- Library versions -->
|
31 |
| - <arrow-core.version>1.1.3</arrow-core.version> |
32 |
| - <geolatte.version>1.9.0</geolatte.version> |
33 |
| - <kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version> |
| 31 | + <arrow-core.version>1.1.5</arrow-core.version> |
| 32 | + <geolatte.version>1.9.1</geolatte.version> |
| 33 | + <kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version> |
34 | 34 | <quicktheories.version>0.26</quicktheories.version>
|
35 | 35 | <spring-boot.version>2.7.5</spring-boot.version>
|
36 | 36 |
|
|
303 | 303 | <plugin>
|
304 | 304 | <groupId>org.apache.maven.plugins</groupId>
|
305 | 305 | <artifactId>maven-enforcer-plugin</artifactId>
|
306 |
| - <version>3.0.0</version> |
| 306 | + <version>3.3.0</version> |
307 | 307 | <executions>
|
308 | 308 | <execution>
|
309 | 309 | <id>enforce-versions</id>
|
|
392 | 392 | <plugin>
|
393 | 393 | <groupId>org.apache.maven.plugins</groupId>
|
394 | 394 | <artifactId>maven-compiler-plugin</artifactId>
|
395 |
| - <version>3.8.1</version> |
| 395 | + <version>3.11.0</version> |
396 | 396 | <configuration>
|
397 | 397 | <source>${java.version}</source>
|
398 | 398 | <target>${java.version}</target>
|
|
0 commit comments