Skip to content

Commit 0d84cdd

Browse files
authored
Merge pull request #156 from yarinvak/upgrade-to-7
upgrade gql java to 7.0 version
2 parents 4e6dc63 + 69defc9 commit 0d84cdd

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:6.0'
70+
compile 'com.graphql-java:graphql-java:7.0'
7171

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

0 commit comments

Comments
 (0)