Upgrade to Groovy 5.0.5

Closes gh-49911
This commit is contained in:
Stéphane Nicoll
2026-04-07 06:58:22 +02:00
parent 40c9554d74
commit ef1a5ef49e
@@ -502,7 +502,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "5.0.4") {
library("Groovy", "5.0.5") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"