Skip to content

Commit

Permalink
Bump com.graphql-java-kickstart:graphql-java-tools from 13.1.1 to 14.0.0
Browse files Browse the repository at this point in the history
Bumps [com.graphql-java-kickstart:graphql-java-tools](https://github.com/graphql-java-kickstart/graphql-java-tools) from 13.1.1 to 14.0.0.
- [Release notes](https://github.com/graphql-java-kickstart/graphql-java-tools/releases)
- [Commits](graphql-java-kickstart/graphql-java-tools@v13.1.1...v14.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 56d0f85 commit ca909cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
}
}
implementation("io.micronaut.graphql:micronaut-graphql")
implementation("com.graphql-java-kickstart:graphql-java-tools:13.1.1")
implementation("com.graphql-java-kickstart:graphql-java-tools:14.0.0")
implementation("com.graphql-java:graphql-java-extended-validation:21.0")
implementation("io.micronaut.validation:micronaut-validation")
runtimeOnly("org.postgresql:postgresql")
Expand Down

0 comments on commit ca909cf

Please sign in to comment.