Upgrade to Groovy 4.0.29

Closes gh-47713
This commit is contained in:
Stéphane Nicoll
2025-10-20 07:56:15 +02:00
parent c8a990f40a
commit 3e0050e957
@@ -493,7 +493,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.28") {
library("Groovy", "4.0.29") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"