Merge pull request #6 from CUBETIQ/dependabot/gradle/com.netflix.graphql.dgs-graphql-dgs-platform-dependencies-5.0.1

Bump graphql-dgs-platform-dependencies from 4.10.4 to 5.0.1
This commit is contained in:
Sambo Chea 2022-05-30 11:42:48 +07:00 committed by GitHub
commit 4104ceeaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ plugins {
dependencies {
api(project(":cubetiq-security-jwt"))
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:4.10.4"))
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.0.1"))
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")