Browse Source

Upgrade to GraphQL Java 24.0

Closes gh-45588
pull/45592/head
Andy Wilkinson 9 months ago
parent
commit
95efe8c30c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -452,7 +452,7 @@ bom { @@ -452,7 +452,7 @@ bom {
]
}
}
library("GraphQL Java", "23.1") {
library("GraphQL Java", "24.0") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "we don't want thses snapshots"

Loading…
Cancel
Save