Upgrade to GraphQL Java 21.2

Closes gh-37906
This commit is contained in:
Andy Wilkinson 2023-10-17 09:03:08 +01:00
parent 217427843e
commit fb2ce355af
1 changed files with 1 additions and 1 deletions

View File

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