Browse Source

Upgrade to GraphQL Java 21.2

Closes gh-37906
pull/37915/head
Andy Wilkinson 2 years ago
parent
commit
fb2ce355af
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save