Browse Source

Upgrade to Groovy 5.0.2

Closes gh-47147
pull/47706/head
Stéphane Nicoll 2 months ago
parent
commit
ccb856fcbe
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -494,7 +494,7 @@ bom { @@ -494,7 +494,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.28") {
library("Groovy", "5.0.2") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"

Loading…
Cancel
Save