Skip to content

Commit

Permalink
feat(preset): netflix dgs spring starters
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 7, 2025
1 parent c42a7a9 commit 418145d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/data/replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,10 @@
{
"matchCurrentVersion": ">=9.2.2",
"matchDatasources": ["maven", "gradle"],
"matchPackageNames": ["com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "com.netflix.graphql.dgs:graphql-dgs-webflux-starter"],
"matchPackageNames": [
"com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter",
"com.netflix.graphql.dgs:graphql-dgs-webflux-starter"
],
"replacementName": "com.netflix.graphql.dgs:dgs-starter",
"replacementVersion": "10.0.1"
}
Expand Down

0 comments on commit 418145d

Please sign in to comment.