Upgrade to Groovy 5.0.8

Closes gh-51200
This commit is contained in:
Stéphane Nicoll
2026-08-03 14:50:35 +02:00
parent 303efeb902
commit 5d02335fa3
@@ -546,7 +546,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "5.0.7") {
library("Groovy", "5.0.8") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"