Skip to content

Commit

Permalink
Upgrade to Netflix DGS 9.0.0 and 8.7.1
Browse files Browse the repository at this point in the history
Netflix DGS 9.0 is compatible with Spring Boot 3.3!

Closes gh-1493
  • Loading branch information
bclozel committed Jun 1, 2024
1 parent 038395a commit 198a828
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 198a828

Please sign in to comment.