From ab61c4e50d027eee16c4591b6d8cbacaf2989c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:33:38 +0000 Subject: [PATCH] chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies --- updated-dependencies: - dependency-name: com.netflix.graphql.dgs:graphql-dgs-platform-dependencies dependency-version: 10.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dgs-subscription-ws/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgs-subscription-ws/build.gradle.kts b/dgs-subscription-ws/build.gradle.kts index 13f075029..04e8dda79 100644 --- a/dgs-subscription-ws/build.gradle.kts +++ b/dgs-subscription-ws/build.gradle.kts @@ -34,7 +34,7 @@ repositories { dependencyManagement { imports { - mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:10.2.1") + mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:10.2.4") } }