@@ -107,19 +107,19 @@ repositories {
107
107
}
108
108
109
109
dependencies {
110
- implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0 '
110
+ implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:8.1.1 '
111
111
112
112
// to embed Altair tool
113
- runtimeOnly 'com.graphql-java-kickstart:altair-spring-boot-starter:8.0.0 '
113
+ runtimeOnly 'com.graphql-java-kickstart:altair-spring-boot-starter:8.1.1 '
114
114
115
115
// to embed GraphiQL tool
116
- runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:8.0.0 '
116
+ runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:8.1.1 '
117
117
118
118
// to embed Voyager tool
119
- runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:8.0.0 '
119
+ runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:8.1.1 '
120
120
121
121
// testing facilities
122
- testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:8.0.0 '
122
+ testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:8.1.1 '
123
123
}
124
124
```
125
125
@@ -129,38 +129,38 @@ Maven:
129
129
<dependency >
130
130
<groupId >com.graphql-java-kickstart</groupId >
131
131
<artifactId >graphql-spring-boot-starter</artifactId >
132
- <version >8.0.0 </version >
132
+ <version >8.1.1 </version >
133
133
</dependency >
134
134
135
135
<!-- to embed Altair tool -->
136
136
<dependency >
137
137
<groupId >com.graphql-java-kickstart</groupId >
138
138
<artifactId >altair-spring-boot-starter</artifactId >
139
- <version >8.0.0 </version >
139
+ <version >8.1.1 </version >
140
140
<scope >runtime</scope >
141
141
</dependency >
142
142
143
143
<!-- to embed GraphiQL tool -->
144
144
<dependency >
145
145
<groupId >com.graphql-java-kickstart</groupId >
146
146
<artifactId >graphiql-spring-boot-starter</artifactId >
147
- <version >8.0.0 </version >
147
+ <version >8.1.1 </version >
148
148
<scope >runtime</scope >
149
149
</dependency >
150
150
151
151
<!-- to embed Voyager tool -->
152
152
<dependency >
153
153
<groupId >com.graphql-java-kickstart</groupId >
154
154
<artifactId >voyager-spring-boot-starter</artifactId >
155
- <version >8.0.0 </version >
155
+ <version >8.1.1 </version >
156
156
<scope >runtime</scope >
157
157
</dependency >
158
158
159
159
<!-- testing facilities -->
160
160
<dependency >
161
161
<groupId >com.graphql-java-kickstart</groupId >
162
162
<artifactId >graphql-spring-boot-starter-test</artifactId >
163
- <version >8.0.0 </version >
163
+ <version >8.1.1 </version >
164
164
<scope >test</scope >
165
165
</dependency >
166
166
0 commit comments