Upgrade to GraphQL Java 21.4

Closes gh-40021
This commit is contained in:
Brian Clozel 2024-03-19 11:38:37 +01:00
parent c27bb77742
commit dc2c253a45
1 changed files with 1 additions and 1 deletions

View File

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