Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

14.0.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 17 Aug 18:13
· 111 commits to master since this release

If you're using Spring Boot to manage versions of dependencies then it could be that it's pulling in version 18.3 of graphql-java instead of version 19.1. To override this version you should add the following in your Gradle build file:

ext["graphql-java.version"] = 19.1

Breaking changes

  • removed deprecated asyncModeEnabled and asyncTimeout properties

📦 Dependencies

  • upgrade graphql-java to v19.1
  • upgrade graphql-java-servlet to v14.0.0
  • upgrade graphql-java-tools to v13.0.0