@@ -72,19 +72,19 @@ repositories {
7272}
7373
7474dependencies {
75- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.3 '
75+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.9.0 '
7676
7777 // to embed Altair tool
78- runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.3 '
78+ runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.9.0 '
7979
8080 // to embed GraphiQL tool
81- runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.3 '
81+ runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.9.0 '
8282
8383 // to embed Voyager tool
84- runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.3 '
84+ runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.9.0 '
8585
8686 // testing facilities
87- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.3 '
87+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.9.0 '
8888}
8989```
9090
@@ -93,38 +93,38 @@ Maven:
9393<dependency >
9494 <groupId >com.graphql-java-kickstart</groupId >
9595 <artifactId >graphql-spring-boot-starter</artifactId >
96- <version >5.7.3 </version >
96+ <version >5.9.0 </version >
9797</dependency >
9898
9999<!-- to embed Altair tool -->
100100<dependency >
101101 <groupId >com.graphql-java-kickstart</groupId >
102102 <artifactId >altair-spring-boot-starter</artifactId >
103- <version >5.7.3 </version >
103+ <version >5.9.0 </version >
104104 <scope >runtime</scope >
105105</dependency >
106106
107107<!-- to embed GraphiQL tool -->
108108<dependency >
109109 <groupId >com.graphql-java-kickstart</groupId >
110110 <artifactId >graphiql-spring-boot-starter</artifactId >
111- <version >5.7.3 </version >
111+ <version >5.9.0 </version >
112112 <scope >runtime</scope >
113113</dependency >
114114
115115<!-- to embed Voyager tool -->
116116<dependency >
117117 <groupId >com.graphql-java-kickstart</groupId >
118118 <artifactId >voyager-spring-boot-starter</artifactId >
119- <version >5.7.3 </version >
119+ <version >5.9.0 </version >
120120 <scope >runtime</scope >
121121</dependency >
122122
123123<!-- testing facilities -->
124124<dependency >
125125 <groupId >com.graphql-java-kickstart</groupId >
126126 <artifactId >graphql-spring-boot-starter-test</artifactId >
127- <version >5.7.3 </version >
127+ <version >5.9.0 </version >
128128 <scope >test</scope >
129129</dependency >
130130
0 commit comments