File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
graphql-datetime-spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ dependencies {
1414 api(project(" :graphql-datetime-spring-boot-common" ))
1515
1616 // Spring Boot
17- compileOnly(" org.springframework.boot:spring-boot-starter-graphql:2.7.2" )
17+ compileOnly(platform(libs.boms.spring.boot))
18+ compileOnly(" org.springframework.boot:spring-boot-starter-graphql" )
1819}
1920
2021tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().a
1414dependencies {
1515 implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
1616
17- // FIXME - downgrade graphql-java until graphql-java-kickstart release v13 (with graphql-java 18.x support)
18- implementation(" com.graphql-java:graphql-java:17.4" )
19-
2017 // Spring Boot
2118 implementation(" org.springframework.boot:spring-boot-starter-webflux" )
2219 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().a
1414dependencies {
1515 implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
1616
17- // FIXME - downgrade graphql-java until graphql-java-kickstart release v13 (with graphql-java 18.x support)
18- implementation(" com.graphql-java:graphql-java:17.4" )
19-
2017 // Spring Boot
2118 implementation(" org.springframework.boot:spring-boot-starter-web" )
2219 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
You can’t perform that action at this time.
0 commit comments