Skip to content

Commit feac99c

Browse files
samuelAndalonsamvazquez
andauthored
feat: update spring-boot version to 5.3.20 (#1458)
* feat: update spring-boot version to 5.3.20 * feat: strictly use graphql-java 17.2 * feat: update reactor version * feat: update reactor version Co-authored-by: samvazquez <[email protected]>
1 parent 90f18d3 commit feac99c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

generator/graphql-kotlin-schema-generator/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ val junitVersion: String by project
99
val slf4jVersion: String by project
1010

1111
dependencies {
12-
api("com.graphql-java:graphql-java:$graphQLJavaVersion")
12+
api("com.graphql-java:graphql-java") {
13+
version {
14+
strictly(graphQLJavaVersion)
15+
}
16+
}
1317
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:$kotlinCoroutinesVersion")
1418
api("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
1519
implementation("io.github.classgraph:classgraph:$classGraphVersion")

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ graphQLJavaVersion = 17.2
2626
jacksonVersion = 2.12.5
2727
kotlinPoetVersion = 1.10.1
2828
ktorVersion = 1.6.3
29-
reactorVersion = 3.4.9
30-
reactorExtensionsVersion = 1.1.3
29+
reactorVersion = 3.4.18
30+
reactorExtensionsVersion = 1.1.6
3131
slf4jVersion = 1.7.32
32-
springBootVersion = 2.5.5
33-
springVersion = 5.3.10
32+
springBootVersion = 2.6.8
33+
springVersion = 5.3.20
3434

3535
# test dependency versions
3636
compileTestingVersion = 1.4.3

0 commit comments

Comments
 (0)