diff --git a/build.gradle.kts b/build.gradle.kts index 9e8d5b4..0366791 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ repositories { } dependencies { - implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:latest.release")) + implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:6.0.1")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars") implementation("org.springframework.boot:spring-boot-starter-web")