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-codegen.version from 5.7.2 to 5.8.0 #1191

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2023

Bumps graphql-java-codegen.version from 5.7.2 to 5.8.0.
Updates io.github.kobylynskyi:graphql-java-codegen from 5.7.2 to 5.8.0

Release notes

Sourced from io.github.kobylynskyi:graphql-java-codegen's releases.

5.8.0

What's Changed

  • Ability to supply a root directory with custom templates: customTemplatesRoot #1158 #1198
  • Increase customizability of values that can be returned by apiReturnType/apiReturnListType via {{TYPE}} placeholder #1167 #1200
  • Enhance Schema Finder to follow symbolic links #1199
  • Relay support for client classes #1202
  • Kotlin: fix annotations placement on type and input classes #1264

New Contributors

Full Changelog: kobylynskyi/graphql-java-codegen@v5.7.2...v5.8.0

Commits
  • f5501ad [maven-release-plugin] prepare release v5.8.0
  • 8b58397 Merge remote-tracking branch 'origin/main'
  • 081758f Set javadoc encoding to UTF-8 (#1168)
  • 83f33fb Bump to release version 5.8.0
  • 5345d84 Modify annotation position for kotlin (#1264)
  • 6016ef6 Gradle: fixed bug with customTemplatesRoot as this was being validated as a...
  • 9ffe321 Bump com.fasterxml.jackson.core:jackson-databind (#1210)
  • d4547d2 Bump jackson-databind (#1211)
  • 547e517 Bump maven-plugin-annotations (#1212)
  • 1801097 Bump maven-plugin-plugin (#1213)
  • Additional commits viewable in compare view

Updates io.github.kobylynskyi:graphql-codegen-maven-plugin from 5.7.2 to 5.8.0

Release notes

Sourced from io.github.kobylynskyi:graphql-codegen-maven-plugin's releases.

5.8.0

What's Changed

  • Ability to supply a root directory with custom templates: customTemplatesRoot #1158 #1198
  • Increase customizability of values that can be returned by apiReturnType/apiReturnListType via {{TYPE}} placeholder #1167 #1200
  • Enhance Schema Finder to follow symbolic links #1199
  • Relay support for client classes #1202
  • Kotlin: fix annotations placement on type and input classes #1264

New Contributors

Full Changelog: kobylynskyi/graphql-java-codegen@v5.7.2...v5.8.0

Commits
  • f5501ad [maven-release-plugin] prepare release v5.8.0
  • 8b58397 Merge remote-tracking branch 'origin/main'
  • 081758f Set javadoc encoding to UTF-8 (#1168)
  • 83f33fb Bump to release version 5.8.0
  • 5345d84 Modify annotation position for kotlin (#1264)
  • 6016ef6 Gradle: fixed bug with customTemplatesRoot as this was being validated as a...
  • 9ffe321 Bump com.fasterxml.jackson.core:jackson-databind (#1210)
  • d4547d2 Bump jackson-databind (#1211)
  • 547e517 Bump maven-plugin-annotations (#1212)
  • 1801097 Bump maven-plugin-plugin (#1213)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested review from a team as code owners July 21, 2023 03:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 21, 2023
@mrsladek
Copy link
Contributor

@dependabot recreate

Bumps `graphql-java-codegen.version` from 5.7.2 to 5.8.0.

Updates `io.github.kobylynskyi:graphql-java-codegen` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/kobylynskyi/graphql-java-codegen/releases)
- [Commits](kobylynskyi/graphql-java-codegen@v5.7.2...v5.8.0)

Updates `io.github.kobylynskyi:graphql-codegen-maven-plugin` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/kobylynskyi/graphql-java-codegen/releases)
- [Commits](kobylynskyi/graphql-java-codegen@v5.7.2...v5.8.0)

---
updated-dependencies:
- dependency-name: io.github.kobylynskyi:graphql-java-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.kobylynskyi:graphql-codegen-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/graphql-java-codegen.version-5.8.0 branch from 7b8020f to fbc83c8 Compare August 29, 2023 10:40
@github-actions github-actions bot added the pom label Aug 29, 2023
@mrsladek mrsladek merged commit f17e987 into master Aug 29, 2023
3 of 4 checks passed
@mrsladek mrsladek deleted the dependabot/maven/graphql-java-codegen.version-5.8.0 branch August 29, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code pom
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant