cassandre-tech / cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
https://trading-bot.cassandre.tech
GNU General Public License v3.0
582 stars 165 forks source link

Bump io.github.deweyjose:graphqlcodegen-maven-plugin from 1.18 to 1.41 #1219

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps io.github.deweyjose:graphqlcodegen-maven-plugin from 1.18 to 1.41.

Release notes

Sourced from io.github.deweyjose:graphqlcodegen-maven-plugin's releases.

Version 1.41

Improve duplicate file detection by preventing overlapping file and directory configuration for the schemaPaths option.

The following will generate an error now as the DGS codegen framework will compile main.graphqls twice. <schemaPaths> <path>src/main/resources/schema</path> <path>src/main/resources/schema/main.graphqls</path> </schemaPaths>

Version 1.40

Integrate DGS codegen core 6.0.2

Version 1.39

Integrate DGS codegen 5.12.4

Version 1.38

Integrate DGS codegen 5.91

Version 1.37

Integrate DGS codegen 1.37

Version 1.36

integrate DGS codegen 5.8.1

Version 1.35

Integrate DGS codegen 5.8.0

Version 1.34

Integrate DGS codegen 5.7.3

Version 1.33

Integrate DGS codegen 5.7.2

Version 1.32

Integrate DGS codegen v5.7.1

Version 1.31

Bugfix for schemaJarFilesFromDependencies option.

Version 1.30

  • integrate DGS codegen 5.7.0

Version 1.29

  • integrate DGS codegen 5.6.9
  • add support for generateInterfaceMethodsForInterfaceFields option

Version 1.28

Integrate with DGS 5.6.7

... (truncated)

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.github.deweyjose:graphqlcodegen-maven-plugin | [>= 1.32.a, < 1.33] |

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 1 year ago

Superseded by #1224.