From bc8bbbb7e991be263726feb61d6dede940d1d7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 21:01:48 +0000 Subject: [PATCH] Bump graphql-java-tools from 11.0.1 to 13.0.0 Bumps [graphql-java-tools](https://github.com/graphql-java-kickstart/graphql-java-tools) from 11.0.1 to 13.0.0. - [Release notes](https://github.com/graphql-java-kickstart/graphql-java-tools/releases) - [Commits](https://github.com/graphql-java-kickstart/graphql-java-tools/compare/v11.0.1...v13.0.0) --- updated-dependencies: - dependency-name: com.graphql-java-kickstart:graphql-java-tools 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..7f6fa47 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation group: 'com.wildbit.java', name: 'postmark', version: '1.7.4' 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-kickstart', name: 'graphql-java-tools', version: '13.0.0' implementation group: 'com.graphql-java', name: 'graphql-java', version: '17.0' implementation group: 'com.graphql-java', name: 'graphql-java-extended-scalars', version: '17.0'