Closed isstabb closed 7 months ago
Add plus to this issue. There incompatibility versions that are used between libraries for spring-boot-starter-graphql /spring boot 3.1.4+ that utilize com.graphql-java version 20.1 and neo4j-graphql-java uses version 19.2
These versions are incompatible, so I need to downgrade to spring boot version 3.0.4 (and therefore no Java 21)
resolved via #302
@Andy2003 This is what I needed to add to your update branch to get it to build (updating Spring Boot to a version with graphql-java 20+).