opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.12k stars 1.01k forks source link

Update dependency com.graphql-java:graphql-java to v22.1 #5900

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java:graphql-java 22.0 -> 22.1 age adoption passing confidence

Release Notes

graphql-java/graphql-java (com.graphql-java:graphql-java) ### [`v22.1`](https://togithub.com/graphql-java/graphql-java/releases/tag/v22.1): 22.1 [Compare Source](https://togithub.com/graphql-java/graphql-java/compare/v22.0...v22.1) This is a bugfix release. There are no breaking changes in this release. **Key changes include:** - Fix to add field fetching method [#​3571](https://togithub.com/graphql-java/graphql-java/issues/3571) - Add validation rule for `@deprecated` on required arguments and input object fields [#​3591](https://togithub.com/graphql-java/graphql-java/issues/3591) Thanks to everyone who contributed to this release! #### What's Changed - Update readme badge by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3568](https://togithub.com/graphql-java/graphql-java/pull/3568) - Added a getBoolean onto GraphQLContext.java by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3578](https://togithub.com/graphql-java/graphql-java/pull/3578) - getBoolean returns a boolean not a Boolean by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3581](https://togithub.com/graphql-java/graphql-java/pull/3581) - Bump org.testng:testng from 7.10.1 to 7.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3583](https://togithub.com/graphql-java/graphql-java/pull/3583) - Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3584](https://togithub.com/graphql-java/graphql-java/pull/3584) - Bump net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3585](https://togithub.com/graphql-java/graphql-java/pull/3585) - Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3587](https://togithub.com/graphql-java/graphql-java/pull/3587) - Always include incremental props even if null by [@​gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3570](https://togithub.com/graphql-java/graphql-java/pull/3570) - Bump net.bytebuddy:byte-buddy-agent from 1.14.14 to 1.14.15 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3595](https://togithub.com/graphql-java/graphql-java/pull/3595) - Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3596](https://togithub.com/graphql-java/graphql-java/pull/3596) - Ready: Add [@​deprecated](https://togithub.com/deprecated) validation for input object fields, field arguments, directive arguments by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3591](https://togithub.com/graphql-java/graphql-java/pull/3591) - Added field fetching method for Expedia by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3571](https://togithub.com/graphql-java/graphql-java/pull/3571) - Update GitHub actions ahead of release by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3600](https://togithub.com/graphql-java/graphql-java/pull/3600) - Bump google-github-actions/auth from 2.1.2 to 2.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3603](https://togithub.com/graphql-java/graphql-java/pull/3603) - Bump org.eclipse.jetty:jetty-server from 11.0.20 to 11.0.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3602](https://togithub.com/graphql-java/graphql-java/pull/3602) - Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3601](https://togithub.com/graphql-java/graphql-java/pull/3601) - Add nullability annotations in DataFetchingEnvironment & sub-classes by [@​Salzian](https://togithub.com/Salzian) in [https://github.com/graphql-java/graphql-java/pull/3582](https://togithub.com/graphql-java/graphql-java/pull/3582) - Now does not overwrite a types default data fetcher unless its nonnull by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3579](https://togithub.com/graphql-java/graphql-java/pull/3579) - Add extend schema (AST print) to SchemaPrinter by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3471](https://togithub.com/graphql-java/graphql-java/pull/3471) #### New Contributors - [@​Salzian](https://togithub.com/Salzian) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3582](https://togithub.com/graphql-java/graphql-java/pull/3582) **Full Changelog**: https://github.com/graphql-java/graphql-java/compare/v22.0...v22.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.73%. Comparing base (7e51eb1) to head (ab7d4b4). Report is 1 commits behind head on dev-2.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-2.x #5900 +/- ## ========================================== Coverage 68.73% 68.73% Complexity 17062 17062 ========================================== Files 1944 1944 Lines 74366 74366 Branches 7692 7692 ========================================== Hits 51113 51113 Misses 20624 20624 Partials 2629 2629 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

optionsome commented 3 weeks ago

The fix was related to "The @deprecated directive must not appear on required (non-null without a default) arguments or input object field definitions.". I don't think we ever do that.