Upgrade to Groovy 5.0.4

Closes gh-49128
This commit is contained in:
Andy Wilkinson
2026-02-05 17:46:49 +00:00
parent 643af91afa
commit f2aeabbc5d
@@ -544,7 +544,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "5.0.3") {
library("Groovy", "5.0.4") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"