Skip to content

Commit

Permalink
Merge pull request #123 from yarinvak/graphql-java-5
Browse files Browse the repository at this point in the history
update to graphql-java 5
  • Loading branch information
yarinvak authored Nov 9, 2017
2 parents 496ed16 + bebde41 commit 6720efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gradle.projectsEvaluated {

dependencies {
compile 'javax.validation:validation-api:1.1.0.Final'
compile 'com.graphql-java:graphql-java:4.2'
compile 'com.graphql-java:graphql-java:5.0'

// OSGi
compileOnly 'org.osgi:org.osgi.core:6.0.0'
Expand Down

0 comments on commit 6720efc

Please sign in to comment.