Upgrade to Groovy 4.0.31

Closes gh-49905
This commit is contained in:
Stéphane Nicoll
2026-04-07 06:57:57 +02:00
parent 994515fa5b
commit c9ff15890f
@@ -500,7 +500,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.30") {
library("Groovy", "4.0.31") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"