From 23a786c2927587154c30e64eb61da47ff31a236d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 17:33:35 -0500 Subject: [PATCH] Bump graphql-spring-boot-starter in /plugins/gradle/example-server (#349) Bumps [graphql-spring-boot-starter](https://github.com/graphql-java-kickstart/graphql-spring-boot) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/graphql-java-kickstart/graphql-spring-boot/releases) - [Commits](https://github.com/graphql-java-kickstart/graphql-spring-boot/compare/v7.1.0...v8.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6afa3c4e..2e30868c 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.3.4.RELEASE" - implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:7.1.0" + implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0" implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:8.0.0" implementation "com.graphql-java:graphql-java-extended-scalars:1.1.0" -- GitLab