From a62fb0f6a0f658e7d6a5d24a983d7aefb21ebd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 02:56:15 +0000 Subject: [PATCH] Bump graphql-dgs-platform-dependencies from 5.0.4 to 5.0.5 Bumps [graphql-dgs-platform-dependencies](https://github.com/Netflix/dgs-framework) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/Netflix/dgs-framework/releases) - [Commits](https://github.com/Netflix/dgs-framework/compare/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: com.netflix.graphql.dgs:graphql-dgs-platform-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dgs-graphql/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgs-graphql/build.gradle.kts b/dgs-graphql/build.gradle.kts index 60a9aca..3046bbf 100644 --- a/dgs-graphql/build.gradle.kts +++ b/dgs-graphql/build.gradle.kts @@ -10,7 +10,7 @@ plugins { dependencies { api(project(":cubetiq-security-jwt")) - implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.0.4")) + implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.0.5")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")