Skip to content

Commit 0d75876

Browse files
Bump com.graphql-java:graphql-java (#1269)
Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 20.2 to 21.0. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](graphql-java/graphql-java@v20.2...v21.0) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2db1cf commit 0d75876

File tree

1 file changed

+1
-1
lines changed
  • plugins/gradle/graphql-java-codegen-gradle-plugin

1 file changed

+1
-1
lines changed

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation "io.github.kobylynskyi:graphql-java-codegen:${version}"
2828

2929
implementation "org.freemarker:freemarker:2.3.32"
30-
implementation "com.graphql-java:graphql-java:20.2"
30+
implementation "com.graphql-java:graphql-java:21.0"
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
3232
implementation "com.typesafe:config:1.4.2"
3333

0 commit comments

Comments
 (0)