Browse Source

Upgrade to GraphQL Java 21.4

Closes gh-40021
pull/40157/head
Brian Clozel 2 years ago
parent
commit
dc2c253a45
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save