diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 9cb92e86..093d603e 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:5.4.3" implementation "com.graphql-java:graphql-java-extended-scalars:19.1" testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.5"