Browse Source

Upgrade to Groovy 4.0.28

Closes gh-46514
pull/46520/head
Stéphane Nicoll 8 months ago
parent
commit
f4749e07bd
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save