From fb45e3d41385e57d1cc06f7c1b632a16a1871635 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 25 Nov 2024 11:35:16 +0100 Subject: [PATCH] Upgrade to Netflix DGS 9.2.0 DGS 9.2 is also compatible with Spring Boot 3.4, so this commit expands the compatibility range accordingly. Closes gh-1589 --- start-site/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 05bec8a09a..47068cf362 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -53,8 +53,8 @@ initializr: artifactId: graphql-dgs-platform-dependencies versionProperty: netflix-dgs.version mappings: - - compatibilityRange: "[3.3.0,3.4.0-M1)" - version: 9.1.3 + - compatibilityRange: "[3.3.0,3.5.0-M1)" + version: 9.2.0 sentry: groupId: io.sentry artifactId: sentry-bom