From 6ffc6742e79ef88b292855f9dad6ce77ebe1294c Mon Sep 17 00:00:00 2001 From: Brad Baker Date: Tue, 3 Aug 2021 19:32:32 +1000 Subject: [PATCH] Upgrading to graphql-java 17.0 (#49) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 79ddf05..facdca6 100644 --- a/build.gradle +++ b/build.gradle @@ -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"