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 11[ ![ 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 )
33[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java/graphql-java )
44
55# GraphQL Servlet
@@ -16,15 +16,15 @@ repositories {
1616}
1717
1818dependencies {
19- compile 'com.graphql-java:graphql-java-servlet:5.1 .0'
19+ compile 'com.graphql-java:graphql-java-servlet:6.0 .0'
2020}
2121```
2222
2323``` xml
2424<dependency >
2525 <groupId >com.graphql-java</groupId >
2626 <artifactId >graphql-java-servlet</artifactId >
27- <version >5.1 .0</version >
27+ <version >6.0 .0</version >
2828</dependency >
2929```
3030
You can’t perform that action at this time.
0 commit comments