Skip to content

Commit cccae55

Browse files
authored
Merge pull request #82 from tailrocks/renovate/spring-boot
Update spring boot to v2.7.0
2 parents 3acc2c4 + b0dabdd commit cccae55

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.6.7"
9+
spring-boot = "2.7.0"
1010
spock = "2.1-groovy-3.0"
1111
dgs = "4.10.2"
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.0-RC1")
17+
compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.0")
1818
}
1919

2020
tasks.withType<JavaCompile> {

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

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

1515
// Spring Boot
16-
api("org.springframework.boot:spring-boot-starter-graphql:2.7.0-RC1")
16+
api("org.springframework.boot:spring-boot-starter-graphql:2.7.0")
1717
}
1818

1919
tasks.withType<JavaCompile> {

samples/dgs-webmvc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
groovy
33
id("com.adarshr.test-logger")
44
id("io.spring.dependency-management") version "1.0.11.RELEASE"
5-
id("org.springframework.boot") version "2.6.7"
5+
id("org.springframework.boot") version "2.7.0"
66
}
77

88
the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().apply {

samples/kickstart-webflux/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
groovy
33
id("com.adarshr.test-logger")
44
id("io.spring.dependency-management") version "1.0.11.RELEASE"
5-
id("org.springframework.boot") version "2.6.7"
5+
id("org.springframework.boot") version "2.7.0"
66
}
77

88
the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().apply {

samples/kickstart-webmvc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
groovy
33
id("com.adarshr.test-logger")
44
id("io.spring.dependency-management") version "1.0.11.RELEASE"
5-
id("org.springframework.boot") version "2.6.7"
5+
id("org.springframework.boot") version "2.7.0"
66
}
77

88
the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().apply {

samples/spring-boot-webmvc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
groovy
33
id("com.adarshr.test-logger")
44
id("io.spring.dependency-management") version "1.0.11.RELEASE"
5-
id("org.springframework.boot") version "2.7.0-RC1"
5+
id("org.springframework.boot") version "2.7.0"
66
}
77

88
the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().apply {

0 commit comments

Comments
 (0)