Skip to content

Commit ced7548

Browse files
authored
Merge pull request #133 from jplock/patch-1
Upgrade to graphql-java 6.0
2 parents 7bae421 + 644c847 commit ced7548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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:5.0'
70+
compile 'com.graphql-java:graphql-java:6.0'
7171

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

0 commit comments

Comments
 (0)