From 57c1e85a20933f2d49b4fea1fede88b2cc6b1044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 11:39:51 +0000 Subject: [PATCH] Bump graphql-java from 14.0 to 17.1 Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 14.0 to 17.1. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v14.0...v17.1) --- 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 5bc5f7d..5772101 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } dependencies { - compile 'com.graphql-java:graphql-java:14.0' + compile 'com.graphql-java:graphql-java:17.1' compile 'io.github.graphql-java:graphql-java-annotations:8.0' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test'