Upgrade to Groovy 5.0.6

Closes gh-50340
This commit is contained in:
Andy Wilkinson
2026-05-07 12:21:02 +01:00
parent 8b79b045e6
commit f542e656ca
@@ -546,7 +546,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "5.0.5") {
library("Groovy", "5.0.6") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"