File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
spring-boot/getting-started Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add the `graphql-java-servlet` dependency:
4545
4646``` gradle
4747dependencies {
48- compile 'com.graphql-java-kickstart:graphql-java-servlet:12 .0.0'
48+ compile 'com.graphql-java-kickstart:graphql-java-servlet:13 .0.0'
4949}
5050```
5151
@@ -57,7 +57,7 @@ Add the `graphql-java-servlet` dependency:
5757<dependency >
5858 <groupId >com.graphql-java-kickstart</groupId >
5959 <artifactId >graphql-java-servlet</artifactId >
60- <version >12 .0.0</version >
60+ <version >13 .0.0</version >
6161</dependency >
6262```
6363
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ Add the respective starter dependencies you want to use:
3232
3333``` gradle
3434dependencies {
35- implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:12 .0.0'
35+ implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:13 .0.0'
3636
3737 // testing facilities
38- testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:12 .0.0'
38+ testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13 .0.0'
3939}
4040```
4141
@@ -47,14 +47,14 @@ Add the respective starter dependencies you want to use:
4747<dependency >
4848 <groupId >com.graphql-java-kickstart</groupId >
4949 <artifactId >graphql-spring-boot-starter</artifactId >
50- <version >12 .0.0</version >
50+ <version >13 .0.0</version >
5151</dependency >
5252
5353<!-- testing facilities -->
5454<dependency >
5555 <groupId >com.graphql-java-kickstart</groupId >
5656 <artifactId >graphql-spring-boot-starter-test</artifactId >
57- <version >12 .0.0</version >
57+ <version >13 .0.0</version >
5858 <scope >test</scope >
5959</dependency >
6060```
You can’t perform that action at this time.
0 commit comments