From 198a828b06a01685c8443931fad6f4b326592ef2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sat, 1 Jun 2024 10:43:04 +0200 Subject: [PATCH] Upgrade to Netflix DGS 9.0.0 and 8.7.1 Netflix DGS 9.0 is compatible with Spring Boot 3.3! Closes gh-1493 --- start-site/src/main/resources/application.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 1e19fef473..32bde08bc5 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -54,7 +54,9 @@ initializr: versionProperty: netflix-dgs.version mappings: - compatibilityRange: "[3.2.0,3.3.0-M1)" - version: 8.6.1 + version: 8.7.1 + - compatibilityRange: "[3.3.0,3.4.0-M1)" + version: 9.0.0 hilla: groupId: dev.hilla artifactId: hilla-bom @@ -360,7 +362,7 @@ initializr: groupId: com.netflix.graphql.dgs artifactId: graphql-dgs-spring-graphql-starter description: Build GraphQL applications with Netflix DGS and Spring for GraphQL. - compatibilityRange: "[3.2.0,3.3.0-M1)" + compatibilityRange: "[3.2.0,3.4.0-M1)" bom: netflix-dgs links: - rel: reference