Skip to content

Commit 6720efc

Browse files
authored
Merge pull request #123 from yarinvak/graphql-java-5
update to graphql-java 5
2 parents 496ed16 + bebde41 commit 6720efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ gradle.projectsEvaluated {
6767

6868
dependencies {
6969
compile 'javax.validation:validation-api:1.1.0.Final'
70-
compile 'com.graphql-java:graphql-java:4.2'
70+
compile 'com.graphql-java:graphql-java:5.0'
7171

7272
// OSGi
7373
compileOnly 'org.osgi:org.osgi.core:6.0.0'

0 commit comments

Comments
 (0)