Upgrade to GraphQL Java 21.1

Closes gh-37458
This commit is contained in:
Stéphane Nicoll 2023-09-19 15:02:42 +02:00
parent 4795edc9cf
commit cc25919602
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ bom {
] ]
} }
} }
library("GraphQL Java", "20.4") { library("GraphQL Java", "21.1") {
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"