neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Apache License 2.0
105 stars 49 forks source link

Update dependencies #305

Closed isstabb closed 7 months ago

isstabb commented 1 year ago

@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+).

rlegorreta commented 9 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)

Andy2003 commented 7 months ago

resolved via #302