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 @@ -10,7 +10,7 @@ This is a GraphQL Java implementation based on the [specification](https://githu
1010and the JavaScript [ reference implementation] ( https://github.com/graphql/graphql-js ) .
1111
1212
13- ** Status** : Version ` 2.2 .0 ` is released.
13+ ** Status** : Version ` 2.3 .0 ` is released.
1414
1515The versioning follows [ Semantic Versioning] ( http://semver.org ) since ` 2.0.0 ` .
1616
@@ -118,7 +118,7 @@ Dependency:
118118
119119``` groovy
120120dependencies {
121- compile 'com.graphql-java:graphql-java:2.2 .0'
121+ compile 'com.graphql-java:graphql-java:2.3 .0'
122122}
123123
124124```
@@ -131,7 +131,7 @@ Dependency:
131131<dependency >
132132 <groupId >com.graphql-java</groupId >
133133 <artifactId >graphql-java</artifactId >
134- <version >2.2 .0</version >
134+ <version >2.3 .0</version >
135135</dependency >
136136
137137```
You can’t perform that action at this time.
0 commit comments