From ac3ee21d7ba52917f912400687fe881ceff9b06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:02:28 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 20.2 to 20.3 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 20.2 to 20.3. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v20.2...v20.3) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 057c777..6f583fb 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ repositories { } dependencies { - compile "com.graphql-java:graphql-java:20.2" + compile "com.graphql-java:graphql-java:20.3" testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' testImplementation('org.codehaus.groovy:groovy:2.5.13')