@@ -44,16 +44,16 @@ repositories {
4444}
4545
4646dependencies {
47- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.2 '
47+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.3.1 '
4848
4949 // to embed GraphiQL tool
50- compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.2 '
50+ compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.3.1 '
5151
5252 // to embed Voyager tool
53- compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.2 '
53+ compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.3.1 '
5454
5555 // testing facilities
56- testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.2 '
56+ testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.3.1 '
5757}
5858```
5959
@@ -62,28 +62,28 @@ Maven:
6262<dependency >
6363 <groupId >com.graphql-java-kickstart</groupId >
6464 <artifactId >graphql-spring-boot-starter</artifactId >
65- <version >5.2 </version >
65+ <version >5.3.1 </version >
6666</dependency >
6767
6868<!-- to embed GraphiQL tool -->
6969<dependency >
7070 <groupId >com.graphql-java-kickstart</groupId >
7171 <artifactId >graphiql-spring-boot-starter</artifactId >
72- <version >5.2 </version >
72+ <version >5.3.1 </version >
7373</dependency >
7474
7575<!-- to embed Voyager tool -->
7676<dependency >
7777 <groupId >com.graphql-java-kickstart</groupId >
7878 <artifactId >voyager-spring-boot-starter</artifactId >
79- <version >5.2 </version >
79+ <version >5.3.1 </version >
8080</dependency >
8181
8282<!-- testing facilities -->
8383<dependency >
8484 <groupId >com.graphql-java-kickstart</groupId >
8585 <artifactId >graphql-spring-boot-starter-test</artifactId >
86- <version >5.2 </version >
86+ <version >5.3.1 </version >
8787 <scope >test</scope >
8888</dependency >
8989
0 commit comments