Skip to content

Commit 34d8a86

Browse files
Bump com.graphql-java-kickstart:graphiql-spring-boot-starter (#1070)
Bumps [com.graphql-java-kickstart:graphiql-spring-boot-starter](https://github.com/graphql-java-kickstart/graphql-spring-boot) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/graphql-java-kickstart/graphql-spring-boot/releases) - [Commits](graphql-java-kickstart/graphql-spring-boot@v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: com.graphql-java-kickstart:graphiql-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
1 parent 6df5c9f commit 34d8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.4"
1818

1919
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
20-
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0"
20+
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
2121
implementation "com.graphql-java:graphql-java-extended-scalars:16.0.1"
2222

2323
// use the latest available version:

0 commit comments

Comments
 (0)