Upgrade to GraphQL Java 21.5

Closes gh-40244
This commit is contained in:
Andy Wilkinson 2024-04-09 12:52:37 +01:00
parent 6a24d063e2
commit 0cdfefb7f9
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ bom {
] ]
} }
} }
library("GraphQL Java", "21.4") { library("GraphQL Java", "21.5") {
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"