Upgrade to GraphQL Java 22.1

Closes gh-41219
This commit is contained in:
Andy Wilkinson 2024-07-08 10:30:34 +01:00
parent bc0987211e
commit f48413aae3
1 changed files with 1 additions and 1 deletions

View File

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