File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lmos-runtime-graphql-service
lmos-runtime-spring-boot-starter Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
21
21
implementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
22
22
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:$kotlinxSerializationVersion " )
23
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1 " )
23
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2 " )
24
24
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3" )
25
25
implementation(" org.slf4j:slf4j-api:2.0.17" )
26
26
api(" org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:$kotlinxSerializationVersion " )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation(" org.springframework.boot:spring-boot-starter:$springBootVersion " )
25
25
implementation(" org.springframework.boot:spring-boot-starter-actuator:$springBootVersion " )
26
26
27
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1 " )
27
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2 " )
28
28
29
29
implementation(" com.expediagroup:graphql-kotlin-spring-server:8.4.0" )
30
30
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation(" org.springframework.boot:spring-boot-starter-webflux:$springBootVersion " )
26
26
implementation(" org.springframework.boot:spring-boot-starter-actuator:$springBootVersion " )
27
27
28
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1 " )
28
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2 " )
29
29
30
30
testImplementation(testFixtures(project(" :lmos-runtime-core" )))
31
31
testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ dependencies {
11
11
implementation(" org.springframework.boot:spring-boot-starter:$springBootVersion " )
12
12
13
13
testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
14
- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1 " )
14
+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2 " )
15
15
}
You can’t perform that action at this time.
0 commit comments