File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
spring-boot/getting-started Expand file tree Collapse file tree 4 files changed +10
-10
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:13 .0.0'
48+ compile 'com.graphql-java-kickstart:graphql-java-servlet:14 .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 >13 .0.0</version >
60+ <version >14 .0.0</version >
6161</dependency >
6262```
6363
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
3333}
3434
3535dependencies {
36- compile 'com.graphql-java-kickstart:graphql-java-servlet:11.1 .0'
36+ compile 'com.graphql-java-kickstart:graphql-java-servlet:14.0 .0'
3737}
3838```
3939
@@ -52,7 +52,7 @@ Add the `graphql-java-servlet` dependency to your `dependencies` section:
5252<dependency >
5353 <groupId >com.graphql-java-kickstart</groupId >
5454 <artifactId >graphql-java-servlet</artifactId >
55- <version >11.1 .0</version >
55+ <version >14.0 .0</version >
5656</dependency >
5757```
5858
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:13 .0.0'
35+ implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:14 .0.0'
3636
3737 // testing facilities
38- testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13 .0.0'
38+ testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:14 .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 >13 .0.0</version >
50+ <version >14 .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 >13 .0.0</version >
57+ <version >14 .0.0</version >
5858 <scope >test</scope >
5959</dependency >
6060```
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the `graphql-java-tools` dependency:
3434
3535``` gradle
3636dependencies {
37- compile 'com.graphql-java-kickstart:graphql-java-tools:12 .0.1 '
37+ compile 'com.graphql-java-kickstart:graphql-java-tools:14 .0.0 '
3838}
3939```
4040
@@ -46,7 +46,7 @@ Add the `graphql-java-tools` dependency:
4646<dependency >
4747 <groupId >com.graphql-java-kickstart</groupId >
4848 <artifactId >graphql-java-tools</artifactId >
49- <version >12 .0.1 </version >
49+ <version >14 .0.0 </version >
5050</dependency >
5151```
5252
You can’t perform that action at this time.
0 commit comments