Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Reconfigure BOM usage to use Spring Dependency Recommender plugin #1918

Closed paulbakker closed 1 month ago

paulbakker commented 1 month ago

After upgrading to Gradle 8.7 dependency locks could no longer be created. I changed the build to use Spring's dependency recommender plugin to declare the BOMs. I think this is the right setup.