We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c34d876 + 496fe58 commit 5cbe0dfCopy full SHA for 5cbe0df
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ junit = "5.8.2"
6
graphql-java = "18.1"
7
graphql-kickstart-spring-boot = "12.0.0"
8
commons-text = "1.9"
9
-spring-boot = "2.7.1"
+spring-boot = "2.7.2"
10
spock = "2.1-groovy-3.0"
11
dgs = "5.0.5"
12
graphql-datetime-spring-boot-autoconfigure/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
api(project(":graphql-datetime-spring-boot-common"))
15
16
// Spring Boot
17
- compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.1")
+ compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.2")
18
}
19
20
tasks.withType<JavaCompile> {
0 commit comments