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

feature: Spring Boot 3.2.x Support #1733

Closed
iuriichulovskyi opened this issue Dec 7, 2023 · 2 comments
Closed

feature: Spring Boot 3.2.x Support #1733

iuriichulovskyi opened this issue Dec 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@iuriichulovskyi
Copy link

Describe the Feature Request

Could you please add support for Spring Boot 3.2.x?
Looks like Spring Boot 3.2.0 requires <graphql-java.version>21.3</graphql-java.version>.
But DGS platform strictly require version 21.2 https://github.com/Netflix/dgs-framework/blob/969b7212778a2fa457105e024213abd8c0734713/graphql-dgs-platform/build.gradle.kts#L52C1-L52C1

Could you please migrate to version 21.3 to be compatible with Spring Boot 3.2.0?

@iuriichulovskyi iuriichulovskyi added the enhancement New feature or request label Dec 7, 2023
@Emily
Copy link
Contributor

Emily commented Dec 7, 2023

Hi @iuriichulovskyi,

Spring Boot 3.2 is compatible with graphql-java 21.2, presumably you're getting the version conflict from the Spring dependency manager. That said, there's no reason for us not to update to allow and prefer 21.3, so I'll be getting that merged and released shortly.

@Emily Emily closed this as completed in 12bce18 Dec 7, 2023
Emily added a commit that referenced this issue Dec 7, 2023
update to prefer graphql-java 21.3, fixes #1733
@Emily
Copy link
Contributor

Emily commented Dec 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants