Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump graphql-java from 14.0 to 17.1 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump graphql-java from 14.0 to 17.1
Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 14.0 to 17.1.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v14.0...v17.1)

---
updated-dependencies:
- dependency-name: com.graphql-java:graphql-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 13, 2021
commit 57c1e85a20933f2d49b4fea1fede88b2cc6b1044
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile 'com.graphql-java:graphql-java:14.0'
compile 'com.graphql-java:graphql-java:17.1'
compile 'io.github.graphql-java:graphql-java-annotations:8.0'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'