Skip to content

Commit

Permalink
chore(deps): Updating to use graphql-java 18.1
Browse files Browse the repository at this point in the history
Bump dependency from graphql-java:18.0 to graphql-java:18.1.
  • Loading branch information
m1ngyuan committed May 3, 2022
1 parent 1764ea8 commit cf0b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {


dependencies {
compile "com.graphql-java:graphql-java:18.0"
compile "com.graphql-java:graphql-java:18.1"

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

0 comments on commit cf0b5e8

Please sign in to comment.