From 1c833aed11cfb0665055e5a8c5db2adc584aae95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:02:13 +0000 Subject: [PATCH] Bump graphql-java from 17.0 to 18.2 Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 17.0 to 18.2. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v17.0...v18.2) --- 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..19c9dfd 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: '18.2' 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'