File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Add the following to your `pom.xml`:
6969
7070for ** GraphQL Java Kickstart** :
7171
72+ * Note: requires graphql-java:17.x until graphql-java-kickstart:graphql-spring-boot:13.x is released*
73+
7274``` xml
7375<dependency >
7476 <groupId >com.tailrocks.graphql</groupId >
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ 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.3" )
19+
1720 // Spring Boot
1821 implementation(" org.springframework.boot:spring-boot-starter-webflux" )
1922 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ 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.3" )
19+
1720 // Spring Boot
1821 implementation(" org.springframework.boot:spring-boot-starter-web" )
1922 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
You can’t perform that action at this time.
0 commit comments