diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 9c97e23c..32e38581 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation('org.springframework.boot:spring-boot-starter-web') // GraphQL and GraphiQL (via Netflix Data Graph Service (DGS)) - implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0" + implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:8.6.0" implementation "com.graphql-java:graphql-java-extended-scalars:22.0" testImplementation "org.springframework.boot:spring-boot-starter-test:3.2.5"