Upgrade to GraphQL Java 21.3

Closes gh-38478
This commit is contained in:
Phillip Webb 2023-11-21 12:19:44 -08:00
parent 6c3dec42e0
commit ece763c44f
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bom {
] ]
} }
} }
library("GraphQL Java", "21.2") { library("GraphQL Java", "21.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"