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:
45
45
46
46
``` gradle
47
47
dependencies {
48
- compile 'com.graphql-java-kickstart:graphql-java-servlet:12 .0.0'
48
+ compile 'com.graphql-java-kickstart:graphql-java-servlet:13 .0.0'
49
49
}
50
50
```
51
51
@@ -57,7 +57,7 @@ Add the `graphql-java-servlet` dependency:
57
57
<dependency >
58
58
<groupId >com.graphql-java-kickstart</groupId >
59
59
<artifactId >graphql-java-servlet</artifactId >
60
- <version >12 .0.0</version >
60
+ <version >13 .0.0</version >
61
61
</dependency >
62
62
```
63
63
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ Add the respective starter dependencies you want to use:
32
32
33
33
``` gradle
34
34
dependencies {
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'
36
36
37
37
// 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'
39
39
}
40
40
```
41
41
@@ -47,14 +47,14 @@ Add the respective starter dependencies you want to use:
47
47
<dependency >
48
48
<groupId >com.graphql-java-kickstart</groupId >
49
49
<artifactId >graphql-spring-boot-starter</artifactId >
50
- <version >12 .0.0</version >
50
+ <version >13 .0.0</version >
51
51
</dependency >
52
52
53
53
<!-- testing facilities -->
54
54
<dependency >
55
55
<groupId >com.graphql-java-kickstart</groupId >
56
56
<artifactId >graphql-spring-boot-starter-test</artifactId >
57
- <version >12 .0.0</version >
57
+ <version >13 .0.0</version >
58
58
<scope >test</scope >
59
59
</dependency >
60
60
```
You can’t perform that action at this time.
0 commit comments