|
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.13</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> |
35 |
| - <mockk.version>1.12.4</mockk.version> |
| 32 | + <graphql-kotlin.version>6.5.3</graphql-kotlin.version> |
| 33 | + <ktor.version>2.3.2</ktor.version> <!-- must be in sync with graphql-kotlin.version --> |
| 34 | + <jackson-datatype.version>2.15.2</jackson-datatype.version> |
| 35 | + <mockk.version>1.13.5</mockk.version> |
36 | 36 |
|
37 | 37 | <!-- Other properties -->
|
38 | 38 | <start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
|
|
215 | 215 | <plugin>
|
216 | 216 | <groupId>org.apache.maven.plugins</groupId>
|
217 | 217 | <artifactId>maven-enforcer-plugin</artifactId>
|
218 |
| - <version>3.0.0</version> |
| 218 | + <version>3.3.0</version> |
219 | 219 | <executions>
|
220 | 220 | <execution>
|
221 | 221 | <id>enforce-versions</id>
|
|
304 | 304 | <plugin>
|
305 | 305 | <groupId>org.apache.maven.plugins</groupId>
|
306 | 306 | <artifactId>maven-compiler-plugin</artifactId>
|
307 |
| - <version>3.8.1</version> |
| 307 | + <version>3.11.0</version> |
308 | 308 | <configuration>
|
309 | 309 | <source>${java.version}</source>
|
310 | 310 | <target>${java.version}</target>
|
|
0 commit comments