From 3475c08502c9cad5f73a8e09709244e4cf978fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 07:54:04 +0000 Subject: [PATCH] chore(deps): bump com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter Bumps [com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter](https://github.com/Netflix/dgs-framework) from 5.3.0 to 7.5.3. - [Release notes](https://github.com/Netflix/dgs-framework/releases) - [Commits](https://github.com/Netflix/dgs-framework/compare/v5.3.0...v7.5.3) --- updated-dependencies: - dependency-name: com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 5424088c..b2f9f1fb 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation('org.springframework.boot:spring-boot-starter-web') // GraphQL and GraphiQL (via Netflix Data Graph Service (DGS)) - implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0" + implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:7.5.3" implementation "com.graphql-java:graphql-java-extended-scalars:21.0" testImplementation "org.springframework.boot:spring-boot-starter-test:3.1.4"