|
18 | 18 |
|
19 | 19 | <!-- Library versions --> |
20 | 20 | <guava.version>33.0.0-jre</guava.version> |
21 | | - <vavr.version>0.10.3</vavr.version> |
| 21 | + <vavr.version>0.10.4</vavr.version> |
22 | 22 | <immutables.version>2.10.0</immutables.version> |
23 | | - <geotools.version>29.1</geotools.version> |
| 23 | + <geotools.version>30.2</geotools.version> |
24 | 24 | <geojson-jackson.version>1.14</geojson-jackson.version> |
25 | 25 | <!-- Sticking to old 9.X version to avoid having to configure trusted certificates |
26 | 26 | or just blindly trust any SQL server certificate. --> |
27 | | - <mssql-jdbc.version>9.5.0.jre17-preview</mssql-jdbc.version> |
| 27 | + <mssql-jdbc.version>12.6.0.jre11</mssql-jdbc.version> |
28 | 28 |
|
29 | 29 | <!-- Test library version --> |
30 | 30 | <quicktheories.version>0.26</quicktheories.version> |
31 | 31 |
|
32 | 32 | <!-- Maven plugins --> |
33 | | - <maven-compiler.plugin.version>3.11.0</maven-compiler.plugin.version> |
34 | | - <maven-properties.plugin.version>1.0.0</maven-properties.plugin.version> |
| 33 | + <maven-compiler.plugin.version>3.12.1</maven-compiler.plugin.version> |
| 34 | + <maven-properties.plugin.version>1.2.1</maven-properties.plugin.version> |
35 | 35 |
|
36 | 36 | <!-- Packaging --> |
37 | 37 | <build.profile.id>dev</build.profile.id> |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>com.github.tomakehurst</groupId> |
120 | 120 | <artifactId>wiremock</artifactId> |
121 | | - <version>2.27.2</version> |
| 121 | + <version>3.0.1</version> |
122 | 122 | <scope>test</scope> |
123 | 123 | </dependency> |
124 | 124 |
|
|
288 | 288 | <plugin> |
289 | 289 | <groupId>org.apache.maven.plugins</groupId> |
290 | 290 | <artifactId>maven-enforcer-plugin</artifactId> |
291 | | - <version>3.0.0</version> |
| 291 | + <version>3.4.1</version> |
292 | 292 | <executions> |
293 | 293 | <execution> |
294 | 294 | <id>enforce-versions</id> |
|
594 | 594 | <plugin> |
595 | 595 | <groupId>org.codehaus.mojo</groupId> |
596 | 596 | <artifactId>build-helper-maven-plugin</artifactId> |
597 | | - <version>3.2.0</version> |
| 597 | + <version>3.5.0</version> |
598 | 598 | <executions> |
599 | 599 | <execution> |
600 | 600 | <id>add-source</id> |
|
0 commit comments