From 0d4924e0bf1ce48851f6e5cd6928537a2d1ca8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:35:28 +0000 Subject: [PATCH] chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies Bumps [com.netflix.graphql.dgs:graphql-dgs-platform-dependencies](https://github.com/Netflix/dgs-framework) from 10.2.1 to 10.3.0. - [Release notes](https://github.com/Netflix/dgs-framework/releases) - [Commits](https://github.com/Netflix/dgs-framework/compare/v10.2.1...v10.3.0) --- updated-dependencies: - dependency-name: com.netflix.graphql.dgs:graphql-dgs-platform-dependencies dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..7f0434152 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.3.0") } }