|
1 | 1 | [versions]
|
2 |
| -kotlin = "1.9.22" |
| 2 | +kotlin = "2.1.10" |
3 | 3 | versions = "0.51.0"
|
4 | 4 | spring-boot = "3.3.2"
|
5 | 5 | coroutines = "1.8.1"
|
@@ -39,12 +39,12 @@ kotlinx-coroutines-slf4j = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-
|
39 | 39 | kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version.ref = "coroutines" }
|
40 | 40 | kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
41 | 41 |
|
42 |
| -spring-boot-web = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "spring-boot" } |
43 |
| -spring-boot-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "spring-boot" } |
44 |
| -spring-boot-actuator = { module = "org.springframework.boot:spring-boot-starter-actuator", version.ref = "spring-boot" } |
45 |
| -spring-boot-logging = { module = "org.springframework.boot:spring-boot-starter-logging", version.ref = "spring-boot" } |
46 |
| -spring-boot-validation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "spring-boot" } |
47 |
| -spring-boot-data-redis = { module = "org.springframework.boot:spring-boot-starter-data-redis", version.ref = "spring-boot" } |
| 42 | +spring-boot-starter-actuator = { module = "org.springframework.boot:spring-boot-starter-actuator", version.ref = "spring-boot" } |
| 43 | +spring-boot-starter-data-redis = { module = "org.springframework.boot:spring-boot-starter-data-redis", version.ref = "spring-boot" } |
| 44 | +spring-boot-starter-logging = { module = "org.springframework.boot:spring-boot-starter-logging", version.ref = "spring-boot" } |
| 45 | +spring-boot-starter-validation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "spring-boot" } |
| 46 | +spring-boot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "spring-boot" } |
| 47 | +spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "spring-boot" } |
48 | 48 |
|
49 | 49 | sosialhjelp-common-api = { module = "no.nav.sosialhjelp:sosialhjelp-common-api", version.ref = "sosialhjelp_common" }
|
50 | 50 |
|
@@ -91,12 +91,12 @@ token-validation-spring-test = { module = "no.nav.security:token-validation-spri
|
91 | 91 |
|
92 | 92 | [bundles]
|
93 | 93 | spring-boot = [
|
94 |
| - "spring-boot-actuator", |
95 |
| - "spring-boot-data-redis", |
96 |
| - "spring-boot-logging", |
97 |
| - "spring-boot-validation", |
98 |
| - "spring-boot-web", |
99 |
| - "spring-boot-webflux", |
| 94 | + "spring-boot-starter-actuator", |
| 95 | + "spring-boot-starter-data-redis", |
| 96 | + "spring-boot-starter-logging", |
| 97 | + "spring-boot-starter-validation", |
| 98 | + "spring-boot-starter-web", |
| 99 | + "spring-boot-starter-webflux", |
100 | 100 | ]
|
101 | 101 |
|
102 | 102 | logging = [
|
|
0 commit comments