Skip to content

Commit

Permalink
Upgrade DGS to 10.0.1 and DGS codegen to 7.0.3
Browse files Browse the repository at this point in the history
Closes gh-1684
  • Loading branch information
paulbakker authored and bclozel committed Jan 3, 2025
1 parent ad32238 commit 9551c3c
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 @@ -56,7 +56,7 @@ initializr:
versionProperty: netflix-dgs.version
mappings:
- compatibilityRange: "[3.3.0,3.5.0-M1)"
version: 9.2.2
version: 10.0.1
sentry:
groupId: io.sentry
artifactId: sentry-bom
Expand Down Expand Up @@ -174,7 +174,7 @@ initializr:
id: dgs-codegen
groupId: com.netflix.graphql.dgs.codegen
artifactId: graphql-dgs-codegen-gradle
version: 6.2.1
version: 7.0.3
description: Generate data types and type-safe APIs for querying GraphQL APIs by parsing schema files.
starter: false
- name: Spring Boot DevTools
Expand Down

0 comments on commit 9551c3c

Please sign in to comment.