Skip to content

Commit 69defc9

Browse files
committed
upgrade gql java to 7.0 version
1 parent 4e6dc63 commit 69defc9

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)