Upgrade to GraphQL Java 22.3

Closes gh-42757
This commit is contained in:
Andy Wilkinson 2024-10-17 15:33:48 +01:00
parent 429681a02c
commit 27585fd160
1 changed files with 1 additions and 1 deletions

View File

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