From e12b267aedad9ccf0d7a978aee9ebd3a766c886d Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 23 May 2024 16:02:14 +0200 Subject: [PATCH] Upgrade to DGS codegen 6.2.1 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 5946a8bd30..f861044251 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -193,7 +193,7 @@ initializr: artifactId: graphql-dgs-codegen-gradle mappings: - compatibilityRange: "3.0.0-M1" - version: 6.0.3 + version: 6.2.1 description: Generate data types and type-safe APIs for querying GraphQL APIs by parsing schema files. starter: false - name: Spring Boot DevTools