@@ -107,19 +107,19 @@ repositories {
107107}
108108
109109dependencies {
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 '
111111
112112 // 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 '
114114
115115 // 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 '
117117
118118 // 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 '
120120
121121 // 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 '
123123}
124124```
125125
@@ -129,38 +129,38 @@ Maven:
129129<dependency >
130130 <groupId >com.graphql-java-kickstart</groupId >
131131 <artifactId >graphql-spring-boot-starter</artifactId >
132- <version >8.0.0 </version >
132+ <version >8.1.1 </version >
133133</dependency >
134134
135135<!-- to embed Altair tool -->
136136<dependency >
137137 <groupId >com.graphql-java-kickstart</groupId >
138138 <artifactId >altair-spring-boot-starter</artifactId >
139- <version >8.0.0 </version >
139+ <version >8.1.1 </version >
140140 <scope >runtime</scope >
141141</dependency >
142142
143143<!-- to embed GraphiQL tool -->
144144<dependency >
145145 <groupId >com.graphql-java-kickstart</groupId >
146146 <artifactId >graphiql-spring-boot-starter</artifactId >
147- <version >8.0.0 </version >
147+ <version >8.1.1 </version >
148148 <scope >runtime</scope >
149149</dependency >
150150
151151<!-- to embed Voyager tool -->
152152<dependency >
153153 <groupId >com.graphql-java-kickstart</groupId >
154154 <artifactId >voyager-spring-boot-starter</artifactId >
155- <version >8.0.0 </version >
155+ <version >8.1.1 </version >
156156 <scope >runtime</scope >
157157</dependency >
158158
159159<!-- testing facilities -->
160160<dependency >
161161 <groupId >com.graphql-java-kickstart</groupId >
162162 <artifactId >graphql-spring-boot-starter-test</artifactId >
163- <version >8.0.0 </version >
163+ <version >8.1.1 </version >
164164 <scope >test</scope >
165165</dependency >
166166
0 commit comments