From 39c5614c4e551e3667eb0a2020148bcd5dfe39df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:40:42 +0000 Subject: [PATCH] Bump graphql-java-extended-scalars in /plugins/gradle/example-client Bumps [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 1.0 to 1.1.0. - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases) - [Commits](https://github.com/graphql-java/graphql-java-extended-scalars/commits/1.1.0) Signed-off-by: dependabot[bot] --- plugins/gradle/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index 2983389b0..55d18ecb2 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:7.1.0" implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:7.1.0" - implementation "com.graphql-java:graphql-java-extended-scalars:1.0" + implementation "com.graphql-java:graphql-java-extended-scalars:1.1.0" // use the latest available version: // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen