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 {
14
14
api(project(" :graphql-datetime-spring-boot-common" ))
15
15
16
16
// 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" )
18
19
}
19
20
20
21
tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().a
14
14
dependencies {
15
15
implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
16
16
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
-
20
17
// Spring Boot
21
18
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
22
19
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
14
14
dependencies {
15
15
implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
16
16
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
-
20
17
// Spring Boot
21
18
implementation(" org.springframework.boot:spring-boot-starter-web" )
22
19
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
You can’t perform that action at this time.
0 commit comments