Skip to content

Commit 5cbe0df

Browse files
authored
Merge pull request #104 from tailrocks/renovate/spring-boot
Update spring boot to v2.7.2
2 parents c34d876 + 496fe58 commit 5cbe0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ junit = "5.8.2"
66
graphql-java = "18.1"
77
graphql-kickstart-spring-boot = "12.0.0"
88
commons-text = "1.9"
9-
spring-boot = "2.7.1"
9+
spring-boot = "2.7.2"
1010
spock = "2.1-groovy-3.0"
1111
dgs = "5.0.5"
1212

graphql-datetime-spring-boot-autoconfigure/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api(project(":graphql-datetime-spring-boot-common"))
1515

1616
// Spring Boot
17-
compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.1")
17+
compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.2")
1818
}
1919

2020
tasks.withType<JavaCompile> {

0 commit comments

Comments
 (0)