@@ -66,16 +66,16 @@ repositories {
66
66
}
67
67
68
68
dependencies {
69
- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.0 '
69
+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.1 '
70
70
71
71
// to embed GraphiQL tool
72
- compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.0 '
72
+ compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.1 '
73
73
74
74
// to embed Voyager tool
75
- compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.0 '
75
+ compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.1 '
76
76
77
77
// testing facilities
78
- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.0 '
78
+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.1 '
79
79
}
80
80
```
81
81
@@ -84,28 +84,28 @@ Maven:
84
84
<dependency >
85
85
<groupId >com.graphql-java-kickstart</groupId >
86
86
<artifactId >graphql-spring-boot-starter</artifactId >
87
- <version >5.6.0 </version >
87
+ <version >5.6.1 </version >
88
88
</dependency >
89
89
90
90
<!-- to embed GraphiQL tool -->
91
91
<dependency >
92
92
<groupId >com.graphql-java-kickstart</groupId >
93
93
<artifactId >graphiql-spring-boot-starter</artifactId >
94
- <version >5.6.0 </version >
94
+ <version >5.6.1 </version >
95
95
</dependency >
96
96
97
97
<!-- to embed Voyager tool -->
98
98
<dependency >
99
99
<groupId >com.graphql-java-kickstart</groupId >
100
100
<artifactId >voyager-spring-boot-starter</artifactId >
101
- <version >5.6.0 </version >
101
+ <version >5.6.1 </version >
102
102
</dependency >
103
103
104
104
<!-- testing facilities -->
105
105
<dependency >
106
106
<groupId >com.graphql-java-kickstart</groupId >
107
107
<artifactId >graphql-spring-boot-starter-test</artifactId >
108
- <version >5.6.0 </version >
108
+ <version >5.6.1 </version >
109
109
<scope >test</scope >
110
110
</dependency >
111
111
0 commit comments