11# GraphQL and Graph* i* QL Spring Framework Boot Starters
22[ ![ Build Status] ( https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot.svg?branch=master )] ( https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot )
3- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-spring-boot-starter.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-spring-boot-starter )
3+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-spring-boot-starter.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart /graphql-spring-boot-starter )
44[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java-kickstart/Lobby )
55
66<!-- START doctoc generated TOC please keep comment here to allow auto update -->
@@ -42,13 +42,13 @@ repositories {
4242}
4343
4444dependencies {
45- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.0.3 '
45+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.0.4 '
4646
4747 // to embed GraphiQL tool
48- compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.0.3 '
48+ compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.0.4 '
4949
5050 // to embed Voyager tool
51- compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.0.3 '
51+ compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.0.4 '
5252}
5353```
5454
@@ -57,21 +57,21 @@ Maven:
5757<dependency >
5858 <groupId >com.graphql-java-kickstart</groupId >
5959 <artifactId >graphql-spring-boot-starter</artifactId >
60- <version >5.0.3 </version >
60+ <version >5.0.4 </version >
6161</dependency >
6262
6363<!-- to embed GraphiQL tool -->
6464<dependency >
6565 <groupId >com.graphql-java-kickstart</groupId >
6666 <artifactId >graphiql-spring-boot-starter</artifactId >
67- <version >5.0.3 </version >
67+ <version >5.0.4 </version >
6868</dependency >
6969
7070<!-- to embed Voyager tool -->
7171<dependency >
7272 <groupId >com.graphql-java-kickstart</groupId >
7373 <artifactId >voyager-spring-boot-starter</artifactId >
74- <version >5.0.3 </version >
74+ <version >5.0.4 </version >
7575</dependency >
7676```
7777
0 commit comments