Browse Source

Upgrade to GraphQL Java 22.3

Closes gh-42758
pull/42770/head
Andy Wilkinson 1 year ago
parent
commit
7be305d11f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save