Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 58f6d87

Browse files
committed
Updated maven coordinates in README
1 parent 88035b2 commit 58f6d87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
4444
dependencies {
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

Comments
 (0)