Browse Source

Upgrade to GraphQL Java 21.5

Closes gh-40244
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
0cdfefb7f9
  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", "21.4") {
library("GraphQL Java", "21.5") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "These are snapshots that we don't want to see"

Loading…
Cancel
Save