@@ -80,19 +80,19 @@ repositories {
80
80
}
81
81
82
82
dependencies {
83
- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.9 .0'
83
+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.10 .0'
84
84
85
85
// to embed Altair tool
86
- runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.9 .0'
86
+ runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.10 .0'
87
87
88
88
// to embed GraphiQL tool
89
- runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.9 .0'
89
+ runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.10 .0'
90
90
91
91
// to embed Voyager tool
92
- runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.9 .0'
92
+ runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.10 .0'
93
93
94
94
// testing facilities
95
- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.9 .0'
95
+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.10 .0'
96
96
}
97
97
```
98
98
@@ -101,38 +101,38 @@ Maven:
101
101
<dependency >
102
102
<groupId >com.graphql-java-kickstart</groupId >
103
103
<artifactId >graphql-spring-boot-starter</artifactId >
104
- <version >5.9 .0</version >
104
+ <version >5.10 .0</version >
105
105
</dependency >
106
106
107
107
<!-- to embed Altair tool -->
108
108
<dependency >
109
109
<groupId >com.graphql-java-kickstart</groupId >
110
110
<artifactId >altair-spring-boot-starter</artifactId >
111
- <version >5.9 .0</version >
111
+ <version >5.10 .0</version >
112
112
<scope >runtime</scope >
113
113
</dependency >
114
114
115
115
<!-- to embed GraphiQL tool -->
116
116
<dependency >
117
117
<groupId >com.graphql-java-kickstart</groupId >
118
118
<artifactId >graphiql-spring-boot-starter</artifactId >
119
- <version >5.9 .0</version >
119
+ <version >5.10 .0</version >
120
120
<scope >runtime</scope >
121
121
</dependency >
122
122
123
123
<!-- to embed Voyager tool -->
124
124
<dependency >
125
125
<groupId >com.graphql-java-kickstart</groupId >
126
126
<artifactId >voyager-spring-boot-starter</artifactId >
127
- <version >5.9 .0</version >
127
+ <version >5.10 .0</version >
128
128
<scope >runtime</scope >
129
129
</dependency >
130
130
131
131
<!-- testing facilities -->
132
132
<dependency >
133
133
<groupId >com.graphql-java-kickstart</groupId >
134
134
<artifactId >graphql-spring-boot-starter-test</artifactId >
135
- <version >5.9 .0</version >
135
+ <version >5.10 .0</version >
136
136
<scope >test</scope >
137
137
</dependency >
138
138
0 commit comments