File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/graphql-java/graphql-java-servlet.svg?branch=master )] ( https://travis-ci.org/graphql-java/graphql-java-servlet )
2
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/com.graphql-java/graphql-java-servlet/badge .svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-servlet )
2
+ [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ com.graphql-java/graphql-java-servlet.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-servlet )
3
3
[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java/graphql-java )
4
4
5
5
# GraphQL Servlet
@@ -16,15 +16,15 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- compile 'com.graphql-java:graphql-java-servlet:5.1 .0'
19
+ compile 'com.graphql-java:graphql-java-servlet:6.0 .0'
20
20
}
21
21
```
22
22
23
23
``` xml
24
24
<dependency >
25
25
<groupId >com.graphql-java</groupId >
26
26
<artifactId >graphql-java-servlet</artifactId >
27
- <version >5.1 .0</version >
27
+ <version >6.0 .0</version >
28
28
</dependency >
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments