@@ -81,19 +81,19 @@ repositories {
8181}
8282
8383dependencies {
84- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.0 '
84+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1 '
8585
8686 // to embed Altair tool
87- runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:7.0.0 '
87+ runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:7.0.1 '
8888
8989 // to embed GraphiQL tool
90- runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.0 '
90+ runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1 '
9191
9292 // to embed Voyager tool
93- runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.0 '
93+ runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1 '
9494
9595 // testing facilities
96- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.0 '
96+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1 '
9797}
9898```
9999
@@ -102,38 +102,38 @@ Maven:
102102<dependency >
103103 <groupId >com.graphql-java-kickstart</groupId >
104104 <artifactId >graphql-spring-boot-starter</artifactId >
105- <version >7.0.0 </version >
105+ <version >7.0.1 </version >
106106</dependency >
107107
108108<!-- to embed Altair tool -->
109109<dependency >
110110 <groupId >com.graphql-java-kickstart</groupId >
111111 <artifactId >altair-spring-boot-starter</artifactId >
112- <version >7.0.0 </version >
112+ <version >7.0.1 </version >
113113 <scope >runtime</scope >
114114</dependency >
115115
116116<!-- to embed GraphiQL tool -->
117117<dependency >
118118 <groupId >com.graphql-java-kickstart</groupId >
119119 <artifactId >graphiql-spring-boot-starter</artifactId >
120- <version >7.0.0 </version >
120+ <version >7.0.1 </version >
121121 <scope >runtime</scope >
122122</dependency >
123123
124124<!-- to embed Voyager tool -->
125125<dependency >
126126 <groupId >com.graphql-java-kickstart</groupId >
127127 <artifactId >voyager-spring-boot-starter</artifactId >
128- <version >7.0.0 </version >
128+ <version >7.0.1 </version >
129129 <scope >runtime</scope >
130130</dependency >
131131
132132<!-- testing facilities -->
133133<dependency >
134134 <groupId >com.graphql-java-kickstart</groupId >
135135 <artifactId >graphql-spring-boot-starter-test</artifactId >
136- <version >7.0.0 </version >
136+ <version >7.0.1 </version >
137137 <scope >test</scope >
138138</dependency >
139139
0 commit comments