Browse Source

Upgrade to GraphQL Java 25.0.beta-9

Closes gh-47911
pull/47417/head
Brian Clozel 1 month ago
parent
commit
05f48a6f9a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -473,7 +473,7 @@ bom { @@ -473,7 +473,7 @@ bom {
]
}
}
library("GraphQL Java", "24.3") {
library("GraphQL Java", "25.0.beta-9") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "we don't want thses snapshots"

Loading…
Cancel
Save