spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Consider if we want to upgrade to GraphQL Java 22.1

Open philwebb opened this issue 1 year ago • 1 comments

We currently have a managed version of 22.0, but spring-graphql uses the version 22.1. I'm not sure that GraphQL Java really does patch releases so might want to consider when/how we should upgrade.

philwebb avatar Jun 24 '24 18:06 philwebb

GraphQL Java doesn't do patch releases. For example, security fixes are pushed and backported in "minor releases", see this announcement. It's also consistent with what we've done so far with upgrades.

bclozel avatar Jun 24 '24 21:06 bclozel

We should update BOMR when we do this (see #41315)

philwebb avatar Jul 03 '24 15:07 philwebb

We also need to upgrade to 21.5 in 3.2.x. I've opened #41340 for that.

wilkinsona avatar Jul 08 '24 09:07 wilkinsona