Upgrade to Groovy 5.0.6

Closes gh-50324
This commit is contained in:
Andy Wilkinson
2026-05-07 10:40:18 +01:00
parent 3e1b6f2a88
commit f6625511a4
@@ -502,7 +502,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"