Skip to content

Commit b8d2f9d

Browse files
Bump com.graphql-java-kickstart:graphiql-spring-boot-starter
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] <[email protected]>
1 parent e00c530 commit b8d2f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.10"
1717

1818
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
19-
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0"
19+
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
2020
implementation "com.graphql-java:graphql-java-extended-scalars:16.0.1"
2121

2222
implementation "javax.validation:validation-api:2.0.1.Final"

0 commit comments

Comments
 (0)