File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
16
16
17
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.3 " )
18
+ implementation(" com.graphql-java:graphql-java:17.4 " )
19
19
20
20
// Spring Boot
21
21
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(project(" :graphql-datetime-kickstart-spring-boot-starter" ))
16
16
17
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.3 " )
18
+ implementation(" com.graphql-java:graphql-java:17.4 " )
19
19
20
20
// Spring Boot
21
21
implementation(" org.springframework.boot:spring-boot-starter-web" )
You can’t perform that action at this time.
0 commit comments