Skip to content

Commit

Permalink
Upgrade to Netflix DGS 9.2.0
Browse files Browse the repository at this point in the history
DGS 9.2 is also compatible with Spring Boot 3.4, so this commit expands
the compatibility range accordingly.

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

0 comments on commit fb45e3d

Please sign in to comment.