joshnewton31080 / graphql-kotlin

Libraries for running GraphQL in Kotlin
https://opensource.expediagroup.com/graphql-kotlin/
Apache License 2.0
0 stars 0 forks source link

Update dependency com.apollographql.federation:federation-graphql-java-support to v0.9.0 - autoclosed #14

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.federation:federation-graphql-java-support 0.6.5 -> 0.9.0 age adoption passing confidence

By merging this PR, the issue #8 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 5.5 CVE-2021-22569

Release Notes

apollographql/federation-jvm ### [`v0.9.0`](https://togithub.com/apollographql/federation-jvm/blob/HEAD/RELEASE_NOTES.md#v090) - Update protobuf-java to 3.19.4 ([#​141](https://togithub.com/apollographql/federation-jvm/issues/141)) - Add support for `graphql-java` `GraphQLContext` ([#​138](https://togithub.com/apollographql/federation-jvm/pull/138)). Many thanks to [@​dariuszuc](https://togithub.com/dariuszuc) for the awesome contribution 💙 ### [`v0.8.0`](https://togithub.com/apollographql/federation-jvm/blob/HEAD/RELEASE_NOTES.md#v080) This release adds support for the [@​CacheControl](https://togithub.com/CacheControl) directive in the form of a graphql-java instrumentation class, matching the behavior of the apollo-server's built-in cache control plugin. ([#​133](https://togithub.com/apollographql/federation-jvm/pull/133)) ### [`v0.7.0`](https://togithub.com/apollographql/federation-jvm/blob/HEAD/RELEASE_NOTES.md#v070) This is an upgrade release for graphql-java v17. This release is incompatible with earlier graphql-java versions due to backwards-incompatible changes in their `SchemaPrinter`. *Upgrades:* - graphql-java to `17.3`.