From 4c3267e9e689a9f44c4f2a3ed142655d5411e852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 04:03:20 +0000 Subject: [PATCH] Bump graphql-dgs-platform-dependencies from latest.release to 6.0.0 Bumps [graphql-dgs-platform-dependencies](https://github.com/Netflix/dgs-framework) from latest.release to 6.0.0. - [Release notes](https://github.com/Netflix/dgs-framework/releases) - [Commits](https://github.com/Netflix/dgs-framework/commits/v6.0.0) --- updated-dependencies: - dependency-name: com.netflix.graphql.dgs:graphql-dgs-platform-dependencies dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9e8d5b4..d7c9118 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.0")) 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")