Browse Source

Upgrade to GraphQL Java 25.0.beta-9

Closes gh-47595
pull/47596/head
Stéphane Nicoll 4 months ago
parent
commit
241de13415
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save