From 7a6daae86599c30a355bc81eccdb1d7c29795453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:01:18 +0000 Subject: [PATCH] Bump graphql-java from 17.0 to 19.0 Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 17.0 to 19.0. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v17.0...v19.0) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6ae743..d04e3ba 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation group: "com.github.spotbugs", name: "spotbugs-annotations", version: "4.3.0" implementation group: 'com.graphql-java-kickstart', name: 'graphql-java-tools', version: '11.0.1' - implementation group: 'com.graphql-java', name: 'graphql-java', version: '17.0' + implementation group: 'com.graphql-java', name: 'graphql-java', version: '19.0' implementation group: 'com.graphql-java', name: 'graphql-java-extended-scalars', version: '17.0' implementation group: 'org.jboss.resteasy', name: 'resteasy-undertow', version: '4.7.1.Final'