From 7f4cb1b676854802162678124e8d9882f77819c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 05:20:58 +0000 Subject: [PATCH] Bump graphql-java-extended-scalars in /plugins/gradle/example-server Bumps [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 16.0.0 to 16.0.1. - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases) - [Commits](https://github.com/graphql-java/graphql-java-extended-scalars/commits) Signed-off-by: dependabot[bot] --- plugins/gradle/example-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 0c276974d..6fe050420 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0" implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0" - implementation "com.graphql-java:graphql-java-extended-scalars:16.0.0" + implementation "com.graphql-java:graphql-java-extended-scalars:16.0.1" implementation "javax.validation:validation-api:2.0.1.Final"