Skip to content

Commit

Permalink
Update compatibility range for Netflix DGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 4, 2024
1 parent 6cfa07f commit 2a83089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,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.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
bom: netflix-dgs
links:
- rel: reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class DgsBuildCustomizerTests extends AbstractExtensionTests {

private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_3;
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();

private Dependency dgsTest;

Expand Down

0 comments on commit 2a83089

Please sign in to comment.