Browse Source

Upgrade to GraphQL Java 23.0

Closes gh-45030
pull/45032/head
Brian Clozel 10 months ago
parent
commit
4cbf9312ad
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save