File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
graphql-datetime-spring-boot-autoconfigure
graphql-datetime-spring-boot-starter Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ junit = "5.8.2"
66graphql-java = " 18.1"
77graphql-kickstart-spring-boot = " 12.0.0"
88commons-text = " 1.9"
9- spring-boot = " 2.6.7 "
9+ spring-boot = " 2.7.0 "
1010spock = " 2.1-groovy-3.0"
1111dgs = " 4.10.2"
1212
Original file line number Diff line number Diff 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
2020tasks.withType<JavaCompile > {
Original file line number Diff line number Diff 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
1919tasks.withType<JavaCompile > {
Original file line number Diff line number Diff 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
88the< io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension > ().apply {
Original file line number Diff line number Diff 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
88the< io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension > ().apply {
Original file line number Diff line number Diff 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
88the< io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension > ().apply {
Original file line number Diff line number Diff 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
88the< io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension > ().apply {
You can’t perform that action at this time.
0 commit comments