We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead10f commit ed0937bCopy full SHA for ed0937b
backend/api/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
implementation('org.springframework.boot:spring-boot-starter-web')
54
55
// GraphQL and GraphiQL (via Netflix Data Graph Service (DGS))
56
- implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:4.0.1"
+ implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:4.1.0"
57
58
testImplementation "org.springframework.boot:spring-boot-starter-test:2.5.0"
59
}
0 commit comments