Skip to content

Commit a70541e

Browse files
authored
Merge pull request #57 from setchy/feature/update-to-v18
chore(deps): Updating to use graphql-java 18.0
2 parents 8c3b172 + 88713ed commit a70541e

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
@@ -40,7 +40,7 @@ repositories {
4040

4141

4242
dependencies {
43-
compile "com.graphql-java:graphql-java:17.0"
43+
compile "com.graphql-java:graphql-java:18.0"
4444

4545
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
4646
testImplementation('org.codehaus.groovy:groovy:2.5.13')

0 commit comments

Comments
 (0)