|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.5.0</version> |
| 9 | + <version>4.0.1</version> |
10 | 10 | <relativePath/> |
11 | 11 | </parent> |
12 | 12 |
|
|
25 | 25 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
26 | 26 |
|
27 | 27 | <!-- Maven build plugins and their dependencies --> |
28 | | - <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
29 | | - <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
30 | | - <build-helper-plugin.version>3.6.0</build-helper-plugin.version> |
| 28 | + <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version> |
| 29 | + <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version> |
| 30 | + <build-helper-plugin.version>3.6.1</build-helper-plugin.version> |
31 | 31 | <build-properties-plugin.version>1.2.1</build-properties-plugin.version> |
32 | | - <surefire-plugin.version>3.5.3</surefire-plugin.version> |
| 32 | + <surefire-plugin.version>3.5.4</surefire-plugin.version> |
33 | 33 | <ktlint-plugin.version>3.5.0</ktlint-plugin.version> |
34 | 34 |
|
35 | 35 | <!-- Library versions --> |
36 | | - <kotlin-logging-jvm.version>7.0.7</kotlin-logging-jvm.version> |
| 36 | + <kotlin-logging-jvm.version>7.0.14</kotlin-logging-jvm.version> |
37 | 37 | <quicktheories.version>0.26</quicktheories.version> |
38 | | - <graphql-kotlin.version>8.6.0</graphql-kotlin.version> |
39 | | - <ktor.version>2.3.12</ktor.version> <!-- must be in sync with graphql-kotlin.version --> |
40 | | - <mockk.version>1.14.0</mockk.version> |
41 | | - <springmockk.version>4.0.2</springmockk.version> |
| 38 | + <graphql-kotlin.version>8.8.1</graphql-kotlin.version> |
| 39 | + <ktor.version>3.3.3</ktor.version> <!-- must be in sync with graphql-kotlin.version --> |
| 40 | + <mockk.version>1.14.7</mockk.version> |
| 41 | + <springmockk.version>5.0.1</springmockk.version> |
42 | 42 |
|
43 | 43 | <!-- Other properties --> |
44 | 44 | <start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class> |
|
0 commit comments