|
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.3.0</build-helper-plugin.version> |
| 22 | + <build-helper-plugin.version>3.4.0</build-helper-plugin.version> |
23 | 23 | <build-properties-plugin.version>1.1.0</build-properties-plugin.version>
|
24 |
| - <kotlin-plugin.version>1.7.20</kotlin-plugin.version> |
25 |
| - <surefire-plugin.version>2.22.2</surefire-plugin.version> |
| 24 | + <kotlin-plugin.version>1.8.22</kotlin-plugin.version> |
| 25 | + <surefire-plugin.version>3.1.2</surefire-plugin.version> |
26 | 26 | <ktlint-plugin.version>1.16.0</ktlint-plugin.version>
|
27 | 27 |
|
28 | 28 | <!-- Library versions -->
|
29 |
| - <kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version> |
| 29 | + <kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version> |
30 | 30 | <quicktheories.version>0.26</quicktheories.version>
|
31 | 31 | <spring-boot.version>2.7.12</spring-boot.version>
|
32 |
| - <graphql-kotlin.version>6.4.1</graphql-kotlin.version> |
33 |
| - <ktor.version>2.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version --> |
34 |
| - <jackson-datatype.version>2.15.1</jackson-datatype.version> |
| 32 | + <graphql-kotlin.version>6.5.3</graphql-kotlin.version> |
| 33 | + <ktor.version>2.3.1</ktor.version> <!-- must be in sync with graphql-kotlin.version --> |
| 34 | + <jackson-datatype.version>2.15.2</jackson-datatype.version> |
35 | 35 |
|
36 | 36 | <!-- Other properties -->
|
37 | 37 | <start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
|
|
214 | 214 | <plugin>
|
215 | 215 | <groupId>org.apache.maven.plugins</groupId>
|
216 | 216 | <artifactId>maven-enforcer-plugin</artifactId>
|
217 |
| - <version>3.0.0</version> |
| 217 | + <version>3.3.0</version> |
218 | 218 | <executions>
|
219 | 219 | <execution>
|
220 | 220 | <id>enforce-versions</id>
|
|
303 | 303 | <plugin>
|
304 | 304 | <groupId>org.apache.maven.plugins</groupId>
|
305 | 305 | <artifactId>maven-compiler-plugin</artifactId>
|
306 |
| - <version>3.8.1</version> |
| 306 | + <version>3.11.0</version> |
307 | 307 | <configuration>
|
308 | 308 | <source>${java.version}</source>
|
309 | 309 | <target>${java.version}</target>
|
|
0 commit comments