@@ -71,19 +71,19 @@ repositories {
7171}
7272
7373dependencies {
74- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.1 '
74+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.0 '
7575
7676 // to embed Altair tool
77- compile 'com.graphql-java-kickstart:altair-spring-boot-starter:5.6.1 '
77+ compile 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.0 '
7878
7979 // to embed GraphiQL tool
80- compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.1 '
80+ compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.0 '
8181
8282 // to embed Voyager tool
83- compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.1 '
83+ compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.0 '
8484
8585 // testing facilities
86- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.1 '
86+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.0 '
8787}
8888```
8989
@@ -92,35 +92,35 @@ Maven:
9292<dependency >
9393 <groupId >com.graphql-java-kickstart</groupId >
9494 <artifactId >graphql-spring-boot-starter</artifactId >
95- <version >5.6.1 </version >
95+ <version >5.7.0 </version >
9696</dependency >
9797
9898<!-- to embed Altair tool -->
9999<dependency >
100100 <groupId >com.graphql-java-kickstart</groupId >
101101 <artifactId >altair-spring-boot-starter</artifactId >
102- <version >5.6.1 </version >
102+ <version >5.7.0 </version >
103103</dependency >
104104
105105<!-- to embed GraphiQL tool -->
106106<dependency >
107107 <groupId >com.graphql-java-kickstart</groupId >
108108 <artifactId >graphiql-spring-boot-starter</artifactId >
109- <version >5.6.1 </version >
109+ <version >5.7.0 </version >
110110</dependency >
111111
112112<!-- to embed Voyager tool -->
113113<dependency >
114114 <groupId >com.graphql-java-kickstart</groupId >
115115 <artifactId >voyager-spring-boot-starter</artifactId >
116- <version >5.6.1 </version >
116+ <version >5.7.0 </version >
117117</dependency >
118118
119119<!-- testing facilities -->
120120<dependency >
121121 <groupId >com.graphql-java-kickstart</groupId >
122122 <artifactId >graphql-spring-boot-starter-test</artifactId >
123- <version >5.6.1 </version >
123+ <version >5.7.0 </version >
124124 <scope >test</scope >
125125</dependency >
126126
0 commit comments