Skip to content

Commit

Permalink
Upgrading to graphql-java 17.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakerman authored Aug 3, 2021
1 parent d779f85 commit 6ffc674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ repositories {


dependencies {
compile "com.graphql-java:graphql-java:17.0-beta1"
compile "com.graphql-java:graphql-java-extended-scalars:17.0-beta1"
compile "com.graphql-java:graphql-java:17.0"
compile "com.graphql-java:graphql-java-extended-scalars:17.0"
compile "org.hibernate.validator:hibernate-validator:7.0.1.Final"
compile "org.glassfish:jakarta.el:4.0.0"

Expand Down

0 comments on commit 6ffc674

Please sign in to comment.