Upgrade to Groovy 4.0.30

Closes gh-49076
This commit is contained in:
Andy Wilkinson
2026-02-05 12:07:34 +00:00
parent 31c08024c8
commit 29b7e5a2d4
@@ -496,7 +496,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.29") {
library("Groovy", "4.0.30") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"