Align GraphQL Java version with dependency from spring-graphql

Closes gh-41315
This commit is contained in:
Andy Wilkinson
2024-07-03 19:21:47 +01:00
parent 262a5c195c
commit cb9135b743
2 changed files with 65 additions and 22 deletions

View File

@@ -333,6 +333,11 @@ bom {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "These are snapshots that we don't want to see"
}
alignWith {
version {
from "org.springframework.graphql:spring-graphql"
}
}
group("com.graphql-java") {
modules = [
"graphql-java"