Skip to content

Commit 547ffaf

Browse files
authored
Merge pull request #1 from yarinvak/upgrade-to-gql-java-7
change dependency
2 parents 44f7dce + 5be9115 commit 547ffaf

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
@@ -88,7 +88,7 @@ gradle.projectsEvaluated {
8888

8989
dependencies {
9090
compile 'javax.validation:validation-api:1.1.0.Final'
91-
compile 'com.graphql-java:graphql-java:6.0'
91+
compile 'com.graphql-java:graphql-java:7.0'
9292

9393
// OSGi
9494
compileOnly 'org.osgi:org.osgi.core:6.0.0'

0 commit comments

Comments
 (0)