Upgrade to Groovy 5.0.5

Closes gh-49926
This commit is contained in:
Stéphane Nicoll
2026-04-07 10:48:28 +02:00
parent 62677df961
commit 43dcd58aeb
@@ -550,7 +550,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"