@@ -71,19 +71,19 @@ repositories {
7171}
7272
7373dependencies {
74- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.0 '
74+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.3 '
7575
7676 // to embed Altair tool
77- runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.0 '
77+ runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.3 '
7878
7979 // to embed GraphiQL tool
80- runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.0 '
80+ runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.3 '
8181
8282 // to embed Voyager tool
83- runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.0 '
83+ runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.3 '
8484
8585 // testing facilities
86- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.0 '
86+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.3 '
8787}
8888```
8989
@@ -92,38 +92,38 @@ Maven:
9292<dependency >
9393 <groupId >com.graphql-java-kickstart</groupId >
9494 <artifactId >graphql-spring-boot-starter</artifactId >
95- <version >5.7.0 </version >
95+ <version >5.7.3 </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.7.0 </version >
102+ <version >5.7.3 </version >
103103 <scope >runtime</scope >
104104</dependency >
105105
106106<!-- to embed GraphiQL tool -->
107107<dependency >
108108 <groupId >com.graphql-java-kickstart</groupId >
109109 <artifactId >graphiql-spring-boot-starter</artifactId >
110- <version >5.7.0 </version >
110+ <version >5.7.3 </version >
111111 <scope >runtime</scope >
112112</dependency >
113113
114114<!-- to embed Voyager tool -->
115115<dependency >
116116 <groupId >com.graphql-java-kickstart</groupId >
117117 <artifactId >voyager-spring-boot-starter</artifactId >
118- <version >5.7.0 </version >
118+ <version >5.7.3 </version >
119119 <scope >runtime</scope >
120120</dependency >
121121
122122<!-- testing facilities -->
123123<dependency >
124124 <groupId >com.graphql-java-kickstart</groupId >
125125 <artifactId >graphql-spring-boot-starter-test</artifactId >
126- <version >5.7.0 </version >
126+ <version >5.7.3 </version >
127127 <scope >test</scope >
128128</dependency >
129129
0 commit comments