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

control-service: latest graphql version #1384

Merged
merged 4 commits into from
Dec 1, 2022

Conversation

murphp15
Copy link
Collaborator

@murphp15 murphp15 commented Dec 1, 2022

Why

Dependabot is trying to upgrade to the latest version of spring (#1305) but it is running in to compile issues.
These compile issues are related to us using very old graphql libraries.

What

In this PR I upgrade the very old graphql libraries so that the spring upgrade can happen in the other PR.
There is one method declaration change in the newer functions so I had to make that change in the codebase too.

How has this been tested

Unit and integration tests.

murphp15 and others added 2 commits December 1, 2022 14:18
Signed-off-by: murphp15 <murphp15@tcd.ie>
@murphp15 murphp15 marked this pull request as draft December 1, 2022 15:17
@murphp15 murphp15 changed the title DRAFT Person/murphp15/latest graphql version control-service: latest graphql version Dec 1, 2022
@murphp15 murphp15 marked this pull request as ready for review December 1, 2022 16:07
Copy link
Collaborator

@antoniivanov antoniivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the integration test pass, I assume it's correct.

@murphp15 murphp15 merged commit dc23c64 into main Dec 1, 2022
@murphp15 murphp15 deleted the person/murphp15/latest_graphql_version branch December 1, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants