Browse Source

Upgrade to GraphQL Java 25.0

Closes gh-48034
pull/48068/head
Stéphane Nicoll 1 month ago committed by Andy Wilkinson
parent
commit
60451c04a0
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save