Upgrade to GraphQL Java 22.0

Closes gh-40618
This commit is contained in:
Brian Clozel
2024-05-03 15:03:59 +02:00
parent 208efae975
commit 5ac1801726

View File

@@ -441,7 +441,7 @@ bom {
]
}
}
library("GraphQL Java", "21.5") {
library("GraphQL Java", "22.0") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "These are snapshots that we don't want to see"