diff --git a/dgs-graphql/build.gradle.kts b/dgs-graphql/build.gradle.kts index 41b2e8c..d9509b8 100644 --- a/dgs-graphql/build.gradle.kts +++ b/dgs-graphql/build.gradle.kts @@ -10,7 +10,7 @@ plugins { dependencies { api(project(":cubetiq-security-web")) - implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.5.1")) + implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:6.0.0")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")